Baca sebagai file seperti .Renviron atau Renviron.site dalam format yang dijelaskan dalam bantuan untuk Startup, dan atur variabel lingkungan seperti yang ditentukan dalam file.
readRenviron(path)
| Parameter | Deskripsi |
|---|---|
path |
A length-one character vector giving the path to the file. Tilde-expansion is performed where supported. |
# NOT RUN {
## re-read a startup file (or read it in a vanilla session)
readRenviron("~/.Renviron")
# }