addRScript
From ReporteRs v0.7.1
by David Gohel
Add R script into a document object
Add R script into a document object
Usage
addRScript(doc, rscript, file, text, ...)
Arguments
- doc
document object
- file
R script file. Not used if text or rscript is provided.
- text
character vector. The text to parse. Not used if file or rscript is provided.
- rscript
an object of class
RScript
. Not used if file or text is provided.- ...
further arguments passed to other methods
Details
You have to one of the following argument: file or text or rscript.
Value
a document object
See Also
Community examples
Looks like there are no examples yet.