rclean {R.rsp} | R Documentation |
Compiles an RSP document into a preprocessed and validated RSP document.
## Default S3 method: rclean(..., file=NULL, path=NULL, envir=parent.frame(), args="*", verbose=FALSE)
... |
|
file, path |
Alternatively, a file, a URL or a |
envir |
The |
args |
A named |
verbose |
See |
Returns an RspString
.
Henrik Bengtsson
# RSP-embedded text to a preprocessed and validated RSP string s <- rclean('Current <%@include content="time"%> is <%=Sys.time()%>\n') print(s)