View source: R/r-environ-file.R
get_default_environ | R Documentation |
Default environment values for the workflow
get_default_environ(project_name)
project_name |
arbitrary project name |
project_version |
three-segment current version |
project_dir |
project source files directory |
build_dir |
project scratch space |
artifact_dir |
specified project outputs will go here |
data_dir |
root directory for reaching project data sets, primarily used as read-only |
config_dir |
configuration files and tokens stored here |
r_libs |
where library files are found |
r_libs_user |
where library files are found, same as r_libs |
r_cran |
repos to use |
r_pkg_list |
name of file storing R packages list for project |
list of these defaults, modified by args if specified.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.