patchCode.BasePluginDispatcher: Sources all R source files in the patch directory

Description Usage Arguments Value Exception handling Author(s)

Description

Sources all R source files in the patch directory.

Usage

1
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/)


HenrikBengtsson/aroma.Base documentation built on May 7, 2019, 1:51 a.m.