Learn R Programming

pepr (version 0.3.2)

config: Extract "'>Project"

Description

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

Usage

config(object)

# S4 method for Project config(object)

Arguments

object

an object of "'>Project"

Value

project config

Methods (by class)

  • Project: Extract "'>Project" of the object of "'>Project"

Examples

Run this code
# NOT RUN {
projectConfig = system.file("extdata", "example_peps-master",
"example_amendments1", "project_config.yaml", package="pepr")
p=Project(projectConfig)
config(p)

# }

Run the code above in your browser using DataLab