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()

For EXPLANATION I would SAY: rm(X) removes x from the workspace.



Discussion

No Comment Found

Related InterviewSolutions