CSE MCQs :: R Programming MCQs
- Point out the correct statement :
-
Which will be the output of following code ?x - 3switch(6, 2+2, mean(1:10), rnorm(5))
- Point out the correct statement :
- Which of the following is primary tool for debugging ?
- Point out the correct statement :
- Functions are defined using the _________ directive and are stored as R objects
- The __________ function returns a list of all the formal arguments of a function
- Which of the following is multivariate version of lapply ?
- A function, together with an environment, makes up what is called a ______ closure.