R/config-startup.R
startup.Rd
Use these utility functions to quickly edit your .Rprofile, .Renviron, or other startup files.
.Rprofile
.Renviron
editrprof(scope = c("user", "project")) editrenv(scope = c("user", "project"))
scope - user or project
invisible
See base::Startup() for details on the R specific startup process.
base::Startup()