Learn R Programming

startup (version 0.22.0)

find_rprofile_d: 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)

Arguments

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.