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

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

c# - Abstract method in public abstract class implementing an internal interface doesn't compile? -

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