R/MyReportEnd.R

`MyReportEnd` <- function#gracefully finalizes the HTML page
###gracefully finalizes the HTML page
(file = "report.html" ##<< file to append to
 ) { 
 cat("\n<hr size=1></body></html>", 
 file = file, append = TRUE) 
 }

Try the HTMLUtils package in your browser

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

HTMLUtils documentation built on June 11, 2022, 5:06 p.m.