R.rsp (version 0.9.24)

rcompile: Compiles an RSP document

Description

Compiles an RSP document.

Usage

## S3 method for class 'default':
rcompile(..., file=NULL, path=NULL, envir=parent.frame(), args="*", until="*",
  as=c("RspString", "RspDocument"), verbose=FALSE)

Arguments

...
character strings with RSP markup.
file, path
Alternatively, a file, a URL or a connection from with the strings are read. If a file, the path is prepended to the file, iff given.
envir
The environment in which the RSP string is preprocessed and evaluated.
args
A named list of arguments assigned to the environment in which the RSP string is parsed and evaluated. See cmdArgs.
until
Specifies how far the compilation should proceed.
as
Specifies the format of the returned compilation.
verbose
See Verbose.

Value

See Also

rcat() and rfile().