Skip to contents

Get .Rprofile

Usage

.Rprofile(update = overwrite, overwrite = FALSE, path = .FindRprofile())

.FindRprofile(quiet = FALSE)

Arguments

update

If TRUE will copy the .Rprofile from the Rprofile package (defaults to the value of overwrite)

overwrite

If TRUE and update = TRUE will overwrite .Rprofile if it exists; ignored if update is not TRUE

path

The file location of your .Rprofile

quiet

If TRUE silences messages, otherwise provides information about the location of .Rprofile

Value

  • .Rprofile() The .Rprofile() path, invisibly

  • .FindRprofile() (hopefully) a path to your .Rprofile