rclean {R.rsp} | R 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
... |
|
file , path |
Alternatively, a file, a URL or a |
envir |
The |
args |
A named |
verbose |
See |
Value
Returns an RspString
.
Author(s)
Henrik Bengtsson
See Also
Examples
# RSP-embedded text to a preprocessed and validated RSP string
s <- rclean('Current <%@include content="time"%> is <%=Sys.time()%>\n')
print(s)
[Package R.rsp version 0.45.0 Index]