pepr (version 0.5.0)

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

Description

Config objects are used with the "Project" object

Usage

Config(file, amendments = NULL)

Value

an object of "Config" class

Arguments

file

a character with project configuration yaml file

amendments

a character with the amendments names to be activated

Examples

Run this code
projectConfig = system.file("extdata", "example_peps-master",
"example_amendments1", "project_config.yaml", package="pepr")
c=Config(projectConfig)

Run the code above in your browser using DataLab