buildReports.BasePluginDispatcher {aroma.Base}R Documentation

Build reports from RSP templates

Description

Build reports from RSP templates.

Usage

BasePluginDispatcher$buildReports(pluginPath, envir=parent.frame(), 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]