Beginner
R
Q22 / 100
Which function is used to remove an object from the current R environment?
Correct! Well done.
Incorrect.
The correct answer is C) rm()
C
Correct Answer
rm()
Explanation
rm() removes one or more named objects from the current environment, e.g. "rm(x)".
Progress
22/100