Description Usage Arguments Details Value
Append, prepend, or replace search paths with a new set.
1 2 | amendSearchPaths(newPaths, pathsToAmend = get("defaultSearchPaths", envir =
.conduit.global))
|
newPaths |
Character string of paths to be added |
pathsToAmend |
Character string of paths to be amended |
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.
Character string of amended search paths
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.