inst/examples/testReadReport.R

library(ReportingTools)
mynewrep = readReport("./bigtest.html")


df = data.frame(x= rnorm(10), y = rnorm(10))
publish(df, mynewrep, "id2")

Try the ReportingTools package in your browser

Any scripts or data that you put into this service are public.

ReportingTools documentation built on March 10, 2021, 2 a.m.