find_rprofile_d {startup} | R Documentation |
Locates the .Rprofile.d and .Renviron.d directories used during the startup of R
Description
Locates the .Rprofile.d and .Renviron.d directories used during the startup of R
Usage
find_rprofile_d(sibling = FALSE, all = FALSE)
find_renviron_d(sibling = FALSE, all = FALSE)
Functions
-
find_rprofile_d()
: Locates the ‘.Rprofile.d’ directory used during R startup. -
find_renviron_d()
: Locates the ‘.Renviron.d’ directory used during R startup.
[Package startup version 0.22.0 Index]