Config-class: Config objects and specialized list obejcts and expand string...

Description Usage Arguments Value Examples

Description

Config objects are used with the "Project" object

Usage

1
Config(file, amendments = NULL)

Arguments

file

a character with project configuration yaml file

amendments

a character with the amendments names to be activated

Value

an object of "Config" class

Examples

1
2
3
projectConfig = system.file("extdata", "example_peps-master",
"example_amendments1", "project_config.yaml", package="pepr")
c=Config(projectConfig)

pepr documentation built on Jan. 13, 2021, 3:50 p.m.