All functions
|
.firstFile()
|
Locator of first file from given sequence that exists. |
.isAbsolute()
|
Determine whether a path is absolute. |
.makeAbsPath()
|
Create an absolute path from a primary target and a parent candidate. |
.niceGetEnv()
|
Make suggestion about configuring an environment variable. |
.selectPath()
|
Returns an absolute path |
findConfigFile()
|
Locator of config file for a project. |
nlist()
|
Nathan's magical named list function.
This function is a drop-in replacement for the base list() function,
which automatically names your list according to the names of the
variables used to construct it.
It seamlessly handles lists with some names and others absent,
not overwriting specified names while naming any unnamed parameters.
Took me awhile to figure this out. |
pr()
|
Alias |
projectInit()
|
Package docs |
projectRefresh()
|
Helper alias to re-run init script, using your current dir settings. |
refreshPackage()
|
Package handling function
Detach a custom packages, re-document, re-install, and re-load.
Useful if I'm debugging packages and want to try the new version.
Expects it to be in the $CODE folder by default |
setOutputSubdir()
|
Creates and sets outputSubdir |
te()
|
Alias of toggleError() |
toggleError()
|
Quick shortcut procedure for toggling error mode (for my convenience)
te for Toggle Error |