as.html.RScript
From ReporteRs v0.7.7
by David Gohel
get HTML code from a RScript object
get HTML code from a RScript object
Usage
## S3 method for class 'RScript':
as.html(object, ...)
Arguments
- object
- the
RScript
object - ...
- further arguments passed to other methods - not used.
Value
- a character value
See Also
Examples
my_rscript = RScript( text = "ls()" )
as.html( my_rscript )
Community examples
Looks like there are no examples yet.