Hello, I try to use xtable under odfWeave.
With <<echo=FALSE,results=xml>>= library(xtable) xtable(iris) @ this results in an endless list of "xmlParseEntityRef: no name" On internet I find that results should be tex: <<echo=FALSE,results=tex>>= However, now the result is: 'arg' should be one of verbatim, xml, hide I tried this on windows and on linux, with the same results. Does anyone know what to doe? Thanks Frans [[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.