config: Extract '"Project"'

configR Documentation

Extract "Project"

Description

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

Usage

config(object)

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

Arguments

object

an object of "Project"

Value

project config

Methods (by class)

  • config(Project): Extract "Project" of the object of "Project"

Examples

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


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