Q24
In R, how do you access the help documentation for a specific function, e.g., mean()?
A.
help(mean)
B.
?mean
AnswerC.
info(mean)
D.
get.help(mean)
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board