RStudio: does not automatically load variables in environment

7

Whenever I start RStudio some variables appear in environment . Is there any way to remove them automatically without using the famous rm(list=ls()) ?

Thank you!

    
asked by anonymous 07.12.2015 / 03:33

1 answer

6

There is. Go to the Tools menu - > Global options - > Restore .RData into workspace at startup.

    
07.12.2015 / 03:35