Make selected sections absolute using config path

makeSectionsAbsolute(object, sections, cfgPath)

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

Arguments

object

"Config"

sections

character set of sections to make absolute

cfgPath

character absolute path to the config YAML file

Value

Config with selected sections made absolute

Methods (by class)

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