Get or Create Path
getOrCreatePath(variableName, dictionary = settings$dictionary, settings = NULL, create.dir = FALSE, stop.on.no.resolving = TRUE, dbg = FALSE, ...)
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 |