config {pepr}R 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)

Examples

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


[Package pepr version 0.5.0 Index]