1.

Point out the correct statement?(a) The search list can be found by using the searchlist() function(b) The search list can be found by using the search() function(c) The global environment or the user’s workspace is always the second element of the search list(d) R has separate namespaces for functions and non-functions

Answer» Correct answer is (b) The search list can be found by using the search() function

Easy explanation: Base package is always the last element.


Discussion

No Comment Found

Related InterviewSolutions