Project: The constructor of a class representing a Portable...

Description Usage Arguments Examples

View source: R/project.R

Description

This is a helper that creates the project with empty samples and config slots

Usage

1
Project(file = NULL, amendments = NULL)

Arguments

file

a character with project configuration yaml file

amendments

a character with the amendments names to be activated

Examples

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

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