Vidyalelo
R Programming · Q51

Control Structures in R Programming

Programming · R Programming · question 51

Q51

. . . . . . . . loop over a list and evaluate a function on each element.

A.
apply()
Answer
B.
lapply()
C.
sapply()
D.
mapply()

Answer: Option A

Solution

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