InterviewSolution
Saved Bookmarks
| 1. |
_____ list the variables in the workspace.(a) rm(x)(b) rm(list=ls())(c) ls()(d) attach(mat)This question was addressed to me in semester exam.The doubt is from Commands topic in portion Commands, Packages, Visualizing Data and Linear Regression of R Programming |
|
Answer» Right answer is (c) LS() |
|