Learn R Programming

varitas (version 0.0.2)

overwrite.varitas.options: overwrite.varitas.options

Description

Overwrite VariTAS options with options provided in config file.

Usage

overwrite.varitas.options(config.file)

Arguments

config.file

Path to config file that should be used to overwrite options

Value

None

Examples

Run this code
# NOT RUN {
config <- file.path(path.package('varitas'), 'config.yaml')
overwrite.varitas.options(config)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab