Learn R Programming

REffectivePred (version 1.0.0)

load_config: 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()

Arguments

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.