DatawRappr icon indicating copy to clipboard operation
DatawRappr copied to clipboard

Allow local .Renviron in project

Open munichrocker opened this issue 6 years ago • 0 comments

Argument einführen, dass .Renviron nicht im Homeverzeichnis, sondern im Projektverzeichnis sucht und ggf. anlegt

file.edit(file.path("~", ".Rprofile")) # edit .Rprofile in HOME
file.edit(".Rprofile") # edit project specific .Rprofile

https://csgillespie.github.io/efficientR/r-startup.html

munichrocker avatar Nov 11 '19 09:11 munichrocker