ReporteRs (version 0.8.1)

as.html.RScript: get HTML code from a RScript object

Description

get HTML code from a RScript object

Usage

# S3 method for RScript
as.html(object, ...)

Arguments

object

the RScript object

...

further arguments passed to other methods - not used.

Value

a character value

See Also

RScript

Examples

Run this code
# NOT RUN {
my_rscript = RScript( text = "ls()" )
as.html( my_rscript )
# }

Run the code above in your browser using DataCamp Workspace