HenrikBengtsson / startup

:wrench: R package: startup - Friendly R Startup Configuration
https://henrikbengtsson.github.io/startup/
163 stars 5 forks source link

restart(as = "current"): should restart with the same setup, e.g. attached/loaded packages etc #51

Open HenrikBengtsson opened 6 years ago

HenrikBengtsson commented 6 years ago

restart(as = "current") should ideally restart with the same setup, e.g. attached/loaded packages etc. restart(as = "fresh") could restart a fresh R session. Alternatively, there could be an argument fresh = TRUE/FALSE for this.