Displaying 1 result from an estimated 1 matches for "analyselfq".
2012 Nov 08
1
sweave xtable and driver RweaveHTML
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 Swea...