Many tutorials online say that to include a table in Sweave one should write something like this:
<<output=tex>>=
require(xtable)
stuff
xtable(stuff)
@
That makes sense. But when I do that in LyX 2.1 on Ubuntu 10.04 with texlive-full 2011 installed (and pgfSweave 2.10), I get the following error:
invalid value for 'output' : tex
result=texsimilar error – isomorphismes Oct 5 '11 at 9:59