MCQOPTIONS
Bookmark
Saved Bookmarks
→
R Programming
→
Commands in R Programming
→
_____ list the variables in the workspac?..
1.
_____ list the variables in the workspac?
A.
rm(x)
B.
rm(list=ls())
C.
ls()
D.
attach(mat)
Answer» D. attach(mat)
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
___________ remove all the variables from the workspace.
_____ list the variables in the workspace.
Which of the following is Mac menu command?
Which of the following sort a dataframe by the order of the elements in B?
Which of the following statement is another way to get a subset?
which of the following statement chose those objects meeting a logical criterion?
Which of the following statement read a tab or space delimited file?
Which of the following statement can read csv files?
Which of the following code create a n item vector of random normal deviates?
Which of the following code create n samples of size “size” with probability prob from the binomial?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply