get_default_environ: Default environment values for the workflow

View source: R/r-environ-file.R

get_default_environR Documentation

Default environment values for the workflow

Description

Default environment values for the workflow

Usage

get_default_environ(project_name)

Arguments

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

Value

list of these defaults, modified by args if specified.


sakrejda/workflow documentation built on Nov. 18, 2024, 3:02 a.m.