Saved Bookmarks
| 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-functionsI got this question in quiz.The above asked question is from Scoping Rules in portion Control Structures, Functions, Scoping Rules, Loop Functions and Debugging of R Programming |
|
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. |
|