Vidyalelo
R Programming · Q126

Control Structures in R Programming

Programming · R Programming · question 126

Q126

What will be the output of the following R code? > x lapply(x, mean)

D.
Error

Answer: Option B

Solution

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