Description Usage Arguments Details Methods (by class) Examples
This method switches between the amendments
within the "Project"
object
1 2 3 4 | activateAmendments(.Object, amendments)
## S4 method for signature 'Project,character'
activateAmendments(.Object, amendments)
|
.Object |
an object of class |
amendments |
character with the amendment name |
To check what are the amendments names
call listAmendments(p)
, where p
is the object
of "Project"
class
.Object = Project,amendments = character
: activate amendments in a "Project"
object
1 2 3 4 5 6 7 8 | projectConfig = system.file("extdata",
"example_peps-master",
"example_amendments1",
"project_config.yaml",
package = "pepr")
p = Project(file = projectConfig)
availAmendments = listAmendments(p)
activateAmendments(p,availAmendments[1])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.