Removing data from Workspace in RStudio (for MAC users)

R
Software
Author

Andrés Gutiérrez

Published

November 30, 2014

In order to remove the data saved (maybe by mistake) in your workspace from RStudio, you gotta find the route in the first message that you can see when opening RStudio. For example, in my case I can read the following sentence when opening the software: Workspace loaded from ~/. RData.

Then, open the terminal and write the following code:

rm ~/. RData

That’s it.