Asked 5 years, 1 month ago
Viewed 854 times
1
What is the command to clear the Global Environment from R?
R
If I’m not mistaken, this is it: rm(list=ls())
– Juliana Marques
That’s the one! Thank you.
– user62542
I added as an answer, please accept by clicking on check
With this command you clean the enviroment of the R:
rm(list=ls())
Browser other questions tagged r rstudio
If I’m not mistaken, this is it: rm(list=ls())
– Juliana Marques
That’s the one! Thank you.
– user62542
I added as an answer, please accept by clicking on check
– Juliana Marques