listAmendments: List amendments

listAmendmentsR Documentation

List amendments

Description

Lists available amendments within a "Project" object.

Usage

listAmendments(.Object)

## S4 method for signature 'Project'
listAmendments(.Object)

Arguments

.Object

an object of "Project"

Details

The amendments can be activated by passing their names to the activateAmendments method

Value

names of the available amendments

Methods (by class)

  • listAmendments(Project): list amendments in a "Project" object

Examples

projectConfig = system.file("extdata",
"example_peps-master",
"example_amendments1",
"project_config.yaml",
package = "pepr")
p = Project(file = projectConfig)
availAmendemtns = listAmendments(p)

pepr documentation built on Nov. 21, 2023, 5:06 p.m.