rclean | 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
rcat
() and rfile
().
# RSP-embedded text to a preprocessed and validated RSP string
s <- rclean('Current <%@include content="time"%> is <%=Sys.time()%>\n')
print(s)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.