Vidyalelo
R Programming · Q87

Control Structures in R Programming

Programming · R Programming · question 87

Q87

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
Answer
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: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board