
openHtmlPage(name, title="") closeHtmlPage(con)
title
tag in the HTML header.openHtmlPage
, a connections
. fn <- tempfile()
con <- openHtmlPage(fn, "My page")
writeLines("Hello world", con)
closeHtmlPage(con)
readLines(paste(fn, ".html", sep=""))
Run the code above in your browser using DataLab