listAmendments | R Documentation |
Lists available amendments within a "Project"
object.
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
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)
availAmendemtns = listAmendments(p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.