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