Learn R Programming

pepr (version 0.5.0)

makeSectionsAbsolute: Make selected sections absolute using config path

Description

Make selected sections absolute using config path

Usage

makeSectionsAbsolute(object, sections, cfgPath)

# S4 method for Config,character,character makeSectionsAbsolute(object, sections, cfgPath)

Value

Config with selected sections made absolute

Arguments

object

"Config"

sections

character set of sections to make absolute

cfgPath

character absolute path to the config YAML file

Methods (by class)

  • makeSectionsAbsolute( object = Config, sections = character, cfgPath = character ): Make selected sections absolute using config path from "Project"