# Take into account the usage of tempfile() with multiple function calls
data(Theoph)
html_list(Theoph[1:11,],out=tempfile(fileext=".html"),show=FALSE)
html_plot(plot(conc~Time,data=Theoph),out=tempfile(fileext=".html"),show=FALSE)
if (FALSE) {
html_combine(combine=tempdir(),out="rep1.html")
# toctheme can be used to have a clickable toc,
# a bootstrap template for this is provided in the package
html_combine(combine=tempdir(),out="rep1.html",
template=paste0(system.file(package="R3port"),"/bootstrap.html"),
toctheme=TRUE)
}
Run the code above in your browser using DataLab