Displaying 1 result from an estimated 1 matches for "showtablestyles".
2009 Nov 04
1
odfweave table styles
Hello List,
Does anyone have examples of custom formatting of tables in odfweave? I know
there is an example of this in the formatting.odt file that comes with the
package, but running that through odfweave gives the following error:
Error: chunk 13 (label=showTableStyles)
Error in names(x) <- value :
'names' attribute [1] must be the same length as the vector [0]
What I am really trying to do is replicate this part which highlights one
row
<<modTableStyles>>=
bigState <- which.max(tableData[, "Area"])
tableStyles$text[bigStat...