Vidyalelo
R Programming · Q127

Control Structures in R Programming

Programming · R Programming · question 127

Q127

The . . . . . . . . function takes a vector or other objects and splits it into groups determined by a factor or list of factors.

A.
apply()
B.
lsplit()
C.
split()
Answer
D.
mapply()

Answer: Option C

Solution

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