load_config {REffectivePred}R Documentation

Load configuration file

Description

Load the configuration file as an object in the global environment. This can be passed to the main functions instead of the individual arguments within, for user convenience.

Usage

load_config()

Value

A ’config’ object, which is a list that stores input parameters and settings from config.yml. Variable names are imported exactly. See the configuration file for details.


[Package REffectivePred version 1.0.0 Index]