Home / CSE MCQs / R Programming MCQs :: Discussion

Discussion :: R Programming MCQs

  1. Which of the following is multivariate version of lapply ?
  2. A.
    apply()
    B.
    lapply()
    C.
    sapply()
    D.
    mapply()

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    The mapply() function is a multivariate apply of sorts which applies a function in parallel over a set of arguments.


Be The First To Comment