Hi, So far I used Sweave to create pdf reports. I used xtable to create some tables in the report.
But now I would like to use the same snw file to generate an HTML version. The xtable output breaks the RweaveHTML driver. library(R2HTML) Sweave('analyseLFQ.Snw', driver = RweaveHTML) Error in match.arg(options$results, c("Robj", "html", "hide")) : 'arg' should be one of Robj, html, hide Any suggestions would be highly recommended. I.e. I am wondering can I include dynamically generated tables in Sweave output, using syntax independent of the renderer? regards Witold -- Witold Eryk Wolski Triemlistrasse 155 8047 Zuerich [[alternative HTML version deleted]]
______________________________________________ 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.