Description Usage Arguments Details Value Methods (by class) Examples
Lists available amendments within a "Project"
object.
1 2 3 4 | listAmendments(.Object)
## S4 method for signature 'Project'
listAmendments(.Object)
|
.Object |
an object of |
The amendments can be activated by passing their names to the activateAmendments
method
names of the available amendments
Project
: list amendments in a "Project"
object
1 2 3 4 5 6 7 | projectConfig = system.file("extdata",
"example_peps-master",
"example_amendments1",
"project_config.yaml",
package = "pepr")
p = Project(file = projectConfig)
availAmendemtns = listAmendments(p)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.