setConfig: Set input config object in global env

View source: R/utils.R

setConfigR Documentation

Set input config object in global env

Description

The config object needs to be available to provide parameters to form input funs. This first calls upon readConfig to read the YAML file. Depending on whether a global object .F already exists, it will APPEND the new config OR return a config.

Usage

setConfig(yaml)

Arguments

yaml

YAML configuration file.

Details

TO DO: Warn if input namespaces confict. TO DO: Better way to handle/check .F global object?


nf-osi/formd documentation built on June 19, 2022, 9:42 a.m.