| patchCode.BasePluginDispatcher {aroma.Base} | R Documentation |
Sources all R source files in the patch directory.
BasePluginDispatcher$patchCode(pluginPath=NULL, ..., log=FALSE)
pluginPath |
A character string of the path to the plugin where
the R source files for the plugin is. For conveniency, it may also
be the pathname of a file in that directory. Typically, this should
be same same directory as where the calling runBaseFile
script is located. If NULL, the the command-line argument
--pluginPath is used. If still NULL, the current directory
is used. |
log |
|
... |
Not used. |
Returns (invisibly) a vector of pathnames sourced.
If none, NULL is returned.
All errors are caught, outputted to standard error, and ignored.
Henrik Bengtsson (http://www.braju.com/R/)