amendSearchPaths: Amend search paths

Description Usage Arguments Details Value

Description

Append, prepend, or replace search paths with a new set.

Usage

1
2
amendSearchPaths(newPaths, pathsToAmend = get("defaultSearchPaths", envir =
  .conduit.global))

Arguments

newPaths

Character string of paths to be added

pathsToAmend

Character string of paths to be amended

Details

If newPaths ends with the | character, new search paths will be prepended to pathsToAmend.

If newPaths begins with | character, new search paths will be appended to pathsToAmend.

Otherwise newPaths replaces pathsToAmend.

Value

Character string of amended search paths


anhinton/conduit documentation built on May 10, 2019, 11:48 a.m.