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