config: Extract '"Project"'

Description Usage Arguments Value Methods (by class) Examples

Description

This method can be used to view the config slot of the "Project" class

Usage

1
2
3
4
config(object)

## S4 method for signature 'Project'
config(object)

Arguments

object

an object of "Project"

Value

project config

Methods (by class)

Examples

1
2
3
4
projectConfig = system.file("extdata", "example_peps-master",
"example_amendments1", "project_config.yaml", package="pepr")
p=Project(projectConfig)
config(p)

pepr documentation built on Jan. 13, 2021, 3:50 p.m.