View source: R/paths-and-files.R
open_r_environ | R Documentation |
.Renviron
FileFunctions to get path to and open .Renviron
file that contains
definitions of R environment variables.
Compared to usethis::edit_r_environ()
, open_r_environ()
does not create
file if it does not exist.
get_path_r_environ(scope = c("user", "project"))
open_r_environ()
scope |
(character) The scope of file. One of "user" or "project". |
usethis::edit_r_environ()
get_path_r_environ()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.