rclean: Compiles an RSP document into a preprocessed and validated...

rcleanR Documentation

Compiles an RSP document into a preprocessed and validated RSP document

Description

Compiles an RSP document into a preprocessed and validated RSP document.

Usage

## Default S3 method:
rclean(..., file=NULL, path=NULL, envir=parent.frame(), args="*", 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.

args

A named list of arguments assigned to the environment in which the RSP document is parsed. See cmdArgs.

verbose

See Verbose.

Value

Returns an RspString.

Author(s)

Henrik Bengtsson

See Also

rcat() and rfile().

Examples

# RSP-embedded text to a preprocessed and validated RSP string
s <- rclean('Current <%@include content="time"%> is <%=Sys.time()%>\n')
print(s)

R.rsp documentation built on June 28, 2022, 1:05 a.m.