Thanks for the reply. Here is a sample.
library(R2HTML) HTMLStart(outdir=Output, file="R2report", extension="html", echo=FALSE, HTMLframe=TRUE) HTML.title("Test Report 2011", HR=1) HTML.title("Test-Title:<br> Classification", HR=3) HTMLhr() HTMLStop() -- View this message in context: http://r.789695.n4.nabble.com/R2HTML-giving-NULL-in-output-tp2309776p3920767.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.