powered by
Lists available amendments within a "Project" object.
"Project"
listAmendments(.Object)# S4 method for Project listAmendments(.Object)
# S4 method for Project listAmendments(.Object)
names of the available amendments
an object of "Project"
listAmendments(Project): list amendments in a "Project" object
listAmendments(Project)
The amendments can be activated by passing their names to the activateAmendments method
activateAmendments
projectConfig = system.file("extdata", "example_peps-master", "example_amendments1", "project_config.yaml", package = "pepr") p = Project(file = projectConfig) availAmendemtns = listAmendments(p)
Run the code above in your browser using DataLab