Vidyalelo
R Programming · Q79

Control Structures in R Programming

Programming · R Programming · question 79

Q79

Which of the following is valid body of split function?

A.
function (x, f)
B.
function (x, drop = FALSE, ...)
C.
function (x, f, drop = FALSE, ...)
Answer
D.
function (drop = FALSE, ...)

Answer: Option C

Solution

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