rstring.Rd
Evaluates an RSP string and returns the generated string.
# S3 method for default
rstring(..., file=NULL, path=NULL, envir=parent.frame(), args="*", verbose=FALSE)
A character
string with RSP markup.
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.
The environment
in which the RSP string is
preprocessed and evaluated.
A named list
of arguments assigned to the environment
in which the RSP string is parsed and evaluated.
See cmdArgs
.
See Verbose
.
Returns an RspStringProduct
.