Q40
. . . . . . . . remove all the variables from the workspace.
A.
rm(x)
B.
rm(list=ls())
AnswerC.
ls()
D.
attach(mat)
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board