.Rprofile
R/term_rprofile.R
term_rprofile.Rd
Creates a .Rprofile file in dir.
dir
term_rprofile(dir = Sys.getenv("HOME"), overwrite = FALSE)
Character string. .Rprofile directory
Logical. Overwrite existing .Rprofile file in dir.
if (FALSE) { term_rprofile( dir = getwd(), overwrite = TRUE ) }