Taz
Taz

Reputation: 5993

R CTRL+SHIFT+F10 use from command line

I looking for command/script equal to shortcut CTRL+SHIFT+F10 (which means restart) in Rstudio. I need to do this because of conflicts/cache's in few packages. I can't lose variable I made earlier.

PS: rm(ls() ) is not a solution!

Upvotes: 2

Views: 1083

Answers (1)

yess92
yess92

Reputation: 31

You can use .rs.restartR() to restart R session

Upvotes: 3

Related Questions