Home / CSE MCQs / R Programming MCQs :: Discussion

Discussion :: R Programming MCQs

  1. Point out the correct statement :
  2. 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

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    Vectorize() function does not preserve the invisibility of the return value.


Be The First To Comment