getOrCreatePath: Get or Create Path

Description Usage Arguments

View source: R/paths.R

Description

Get or Create Path

Usage

1
2
3
getOrCreatePath(variableName, dictionary = settings$dictionary,
  settings = NULL, create.dir = FALSE, stop.on.no.resolving = TRUE,
  dbg = FALSE, ...)

Arguments

variableName

key to be looked up in dictionary, resolving to a file path

dictionary

dictionary (list of key/value pairs) in which variableName is looked up

settings

default: NULL

create.dir

if TRUE, the directory is created

stop.on.no.resolving

if TRUE and variableName could not be resolved the program stops

dbg

if TRUE, debug messages are shown

...

arguments passed to resolve


KWB-R/kwb.monitoring documentation built on May 17, 2019, 1:06 p.m.