Displaying 1 result from an estimated 1 matches for "modtablestyl".
Did you mean:
modtablestyles
2009 Nov 04
1
odfweave table styles
...e, 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[bigState,] <- "ArialHighlight"
tableStyles$cell[bigState,] <- "highlight"
tableStyles$text
@
In my code I do:
<<modtablestyles, echo=FALSE>>=
bluesYes <- which(outTable[,...