overwrite.varitas.options {varitas}R Documentation

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

## Not run: 
config <- file.path(path.package('varitas'), 'config.yaml')
overwrite.varitas.options(config)

## End(Not run)


[Package varitas version 0.0.2 Index]