inst/examples/inlineTest.R

library(ReportingTools)

myrep = HTMLReport(reportDirectory = "./",shortName="paratest", handlers = fileWIndexHandlers)

publish("text1", myrep)

publish("more text", myrep)

publish("some inline text", myrep, para=FALSE)

publish("more linline text", myrep, para=FALSE)

publish("regular text again", myrep)

finish(myrep)

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.