patchCode.BasePluginDispatcher {aroma.Base}R Documentation

Sources all R source files in the patch directory

Description

Sources all R source files in the patch directory.

Usage

BasePluginDispatcher$patchCode(pluginPath=NULL, ..., log=FALSE)

Arguments

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.

Value

Returns (invisibly) a vector of pathnames sourced. If none, NULL is returned.

Exception handling

All errors are caught, outputted to standard error, and ignored.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)


[Package aroma.Base version 0.4.8 Index]