rstudio - restart the rsession using R code -


this question has answer here:

is there r code restart rsession? doing pressing cntrl+shift+0. want in code. how can this?

depending on trying accomplish, may want

  rm(list=ls()) 

note: careful code delete entire work/variable/data


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -