Vidyalelo
R Programming · Q195

Control Structures in R Programming

Programming · R Programming · question 195

Q195

Point out the wrong statement?

A.
The order of the packages on the search list does not matter
Answer
B.
R has separate namespaces for functions and non-functions
C.
Users can configure which packages get loaded on startup so if you are writing a function
D.
The search list can be found by using the search() function

Answer: Option A

Solution

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