View source: R/r-environ-file.R
set_environ | R Documentation |
Any default-required values missing from inputs are filled
in from defaults (see ?get_default_environ
)
set_environ(
...,
.env = rlang::new_environment(parent = rlang::caller_env()),
.Renviron = ".Renviron"
)
... |
values to modify from defaults |
.env |
environment to evaluate the arguments in, child of caller by default |
.Renviron |
path to .Renviron file for the project |
Warning: the default .Renviron path assumes the function is running with the working directory set to the project directory.
list of environment values, these are also written to the
specified .Renviron file and read into the current session
using readRenviron
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.