powered by
This is a helper that creates the project with empty samples and config slots
Project(file = NULL, amendments = NULL)
a character with project configuration yaml file
a character with the amendments names to be activated
# NOT RUN { projectConfig = system.file("extdata", "example_peps-master", "example_amendments1", "project_config.yaml", package="pepr") p=Project(projectConfig) # }
Run the code above in your browser using DataLab