Learn R Programming

rSQM (version 1.3.14)

SetWorkingEnvironment: Setting project environment with external yaml file

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

SetWorkingEnvironment(envfile, override = list())

Arguments

envfile

yaml file including environmental infomation

override

override

Value

a list object containing all environmental arguments

Examples

Run this code
# NOT RUN {
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
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab