
Last chance! 50% off unlimited learning
Sale ends in
get HTML code from a RScript object
# S3 method for RScript
as.html(object, ...)
the RScript
object
further arguments passed to other methods - not used.
a character value
# NOT RUN {
my_rscript = RScript( text = "ls()" )
as.html( my_rscript )
# }
Run the code above in your browser using DataLab