SetWorkingEnvironment: Setting project environment with external yaml file

Description Usage Arguments Value Examples

View source: R/SetWorkingEnvironment.R

Description

User needs quite many arguments throughtout the process. For accomodation, one can write down yaml file with environmental arguments and by using it, everythig is done.

Usage

1
SetWorkingEnvironment(envfile, override = list())

Arguments

envfile

yaml file including environmental infomation

override

override

Value

a list object containing all environmental arguments

Examples

1
2
3
4
5
6
7
8
rSQMSampleProject() 
SetWorkingEnvironment(envfile = "rSQM.yaml")

## Not run: 
EnvList <- SetWorkingEnvironment(envfile = "UserCustomized.yaml")
## And this EnvList object has all the information for the all the next steps

## End(Not run)

rSQM documentation built on May 2, 2019, 4:14 a.m.