1.

___________ remove all the variables from the workspace.

A. rm(x)
B. rm(list=ls())
C. ls()
D. attach(mat)
Answer» C. ls()


Discussion

No Comment Found