HenrikBengtsson / startup

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

on_post_startup() #83

Closed HenrikBengtsson closed 2 years ago

HenrikBengtsson commented 4 years ago

Add startup::on_post_startup() to append/prepend R expressions to be processed at the very end of R's startup processes. This can be done by creating a .First().

HenrikBengtsson commented 2 years ago

Added on_session_start()