List The Variables In The Workspace #628
_____ list the variables in the workspace.
This multiple choice question (MCQ) is related to the book/course gs gs110 R Language. It can also be found in gs gs110 Commands, Packages, Visualizing Data and Linear Regression - Commands - Quiz No.1.
_____ list the variables in the workspace.
rm(x)
rm(list=ls())
ls()
attach(mat)