Use these utility functions to quickly edit your .Rprofile, .Renviron, or other startup files.

editrprof(scope = c("user", "project"))

editrenv(scope = c("user", "project"))

Arguments

scope

scope - user or project

Value

invisible

See also

See base::Startup() for details on the R specific startup process.