in Technology by

Suppose that while writing the R code that consists of multiple functions. While executing the code, there is an error within one of the functions present in the code. What command will you use to find the function that is facing problem?

1 Answer

0 votes
by

Answer is traceback()

Related questions

0 votes
    Trying to use ES6 but I'm stuck on something. To make it simple there is two problems : JS ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 17, 2022 in Education by JackTerrance
0 votes
    Which of the following package provide namespace management functions not yet present in base R? (a) stringr (b) ... of R Programming Select the correct answer from above options...
asked Feb 9, 2022 in Education by JackTerrance
0 votes
    A _______ on the attribute A of relation r consists of one bitmap for each value that A can take. ... Answers, Database Interview Questions and Answers for Freshers and Experience...
asked Oct 11, 2021 in Education by JackTerrance
0 votes
    I'm working on a casual game on XNA with the intention of deploying to the Xbox 360. I'm not ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 20, 2022 in Education by JackTerrance
0 votes
    What does the term R code indicates in the Subversion while handling data or raw information?...
asked Feb 18, 2021 in Technology by JackTerrance
0 votes
    Simran write a code print: (“hello friends”)but when she executed there comes an error what was the error and why did it occur Select the correct answer from above options...
asked Dec 23, 2021 in Education by JackTerrance
0 votes
    I'm using $.ajax() to load new pages on my site if certain conditions are met (a flash-based ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 4, 2022 in Education by JackTerrance
0 votes
    The awkward scenario I am developing a python package and would like to make use of an external package, ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    What is the best Azure solution for executing the code without a server?...
asked Jul 31, 2021 by JackTerrance
0 votes
    A csv file consists of missing values that are represented by hashtags (“#”) and ampersands (“&”). How can you read this type of a csv file in R?...
asked Oct 16, 2020 in Technology by JackTerrance
0 votes
    A circuit consists of an excitation voltage VS, a resistor network and a resistor R. For different values of R, ... GATE EC Exam, Network Theory MCQ (Multiple Choice Questions)...
asked Oct 12, 2021 in Education by JackTerrance
0 votes
    There is a one line error in the following routine. Find that line. 1. int Max(int a[], int n) 2. { 3. int mi, i; 4. for (mi = 0, ... (a[i] > a[mi]) 6. mi = i; 7. return mi; 8. }...
asked Dec 29, 2022 in Technology by JackTerrance
...