search for: rtable1

Displaying 2 results from an estimated 2 matches for "rtable1".

Did you mean: table1
2010 Feb 09
1
odfTable: table width and alignment
....odf, Alignment is always "Automatic". When doing Column/Optimal Width on the table, the table shrinks but becomes left aligned, not centered. The table style is understood by odfWeave -- here is the output I get after sourcing my style definition file: > getStyles()$table [1] "RTable1" > getStyleDefs()[[getStyles()$table]] $type [1] "Table" $marginLeft [1] "2.0 in" $marginRight [1] "0.05in" $marginTop [1] "0.05in" $marginBottom [1] "0.05in" $align [1] "center" I am not sure why these style options do not s...
2009 Jan 13
1
odfWeave: Error in matrixPaste(...)
...Processing code chunks ... 1 : echo term xml(label=teste) Error: chunk 1 (label=teste) Error in matrixPaste(textStart, textName, textEnd, x, tagEnd, sep = rep("", : all matrices must have the same dim > > > > xst <- tableStyles(x) > xst $table [1] "RTable1" $text [,1] [,2] [,3] [1,] "ArialCentered" "ArialCentered" "ArialCentered" [2,] "ArialCentered" "ArialCentered" "ArialCentered" [3,] "ArialCentered" "ArialCentered" "Arial...