Discussion :: R Programming MCQs
- Point out the correct statement :
A.
Vectorizing the function can be accomplished easily with the Vectorize() function
|
B.
There are different levels of indication that can be used, ranging from mere notification to fatal error
|
C.
Vectorizing the function can be accomplished easily with the vector() function
|
D.
None of the mentioned
|
Answer : Option A
Explanation :
Vectorize() function does not preserve the invisibility of the return value.
Be The First To Comment