R.rsp (version 0.30.0)

sourceAllRsp: Processes one or several RSP files

Description

Processes one or several RSP files.

Usage

"sourceAllRsp"(pattern="[.]rsp$", path=".", extension="html", outputPath=extension, overwrite=FALSE, ..., envir=parent.frame())

Arguments

pattern
A filename pattern.
path
The pathname of the directory to be search for RSP files.
extension
The filename extension to be used for the output files.
outputPath
The pathname of the directory where to save the output files.
overwrite
If FALSE, an error is thrown if an output file already exists, otherwise not.
...
Additional arguments passed to sourceRsp().
envir
An environment to be the working environment of the servlets, i.e. where RSP variables and objects are stored.

Value

Returns (invisibly) a character list of pathnames of all processed RSP files.

Exceptions

If an exception occurs while processing a file, the methods skips to the next one and records the error.

See Also

sourceRsp().