Learn R Programming

pepr (version 0.5.0)

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)

Value

project config

Arguments

object

an object of "Project"

Methods (by class)

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

Examples

Run this code
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