sourceDir {GCDkit} | R Documentation |
Internal function designed to source all '*.r
files in a given directory
and (optionally) all its subdirectories.
sourceDir(dir="Norms",text="external file",recursive=FALSE)
dir |
directory specification |
text |
text echoed on the screen when the file is being loaded |
recursive |
logical, shall be the subdirectories included? |
This function is used at system start up (to load the normative algorithms and diagrams) as well as after a new data file is loaded (to source all plugins).
None.
Vojtech Janousek, vojtech.janousek@geology.cz