Lists available amendments within a "Project"
object.
listAmendments(.Object)
# S4 method for Project
listAmendments(.Object)
an object of "Project"
names of the available amendments
The amendments can be activated by passing their names to the activateAmendments
method
listAmendments(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)
#> Loading config file: /home/runner/work/_temp/Library/pepr/extdata/example_peps-master/example_amendments1/project_config.yaml
#> amendments: newLib,newLib2
availAmendemtns = listAmendments(p)
#> amendments: newLib,newLib2