search for: formattingout

Displaying 3 results from an estimated 3 matches for "formattingout".

2010 Feb 09
1
odfTable: table width and alignment
Dear R and odfWeave users, I am trying to figure out how to control table width and alignment on the page for a table generated by odfTable. Based on reading odfWeave documentation (including formattingOut.odt), here is how I manipulate the styles: st = getStyleDefs() # modify the table style tab = getStyles()$table st[[tab]]$align = "center" # seems to have no effect st[[tab]]$marginLeft = "2.0 in" # seems to have no effect setStyleDefs(st) My table always ends u...
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
2010 May 05
0
R-help Digest, Vol 87, Issue 5
...osted the console output and my input and output odt files on my websit, along with where OpenOffice reports an error. Console Output: www.paulhurley.co.uk/images/stories/R/simplerverbose_console_output.txt formatting Example File Output (Error at 1293,124) www.paulhurley.co.uk/images/stories/R/formattingOut.odt Simpler Input (odt file with one sexpr only) www.paulhurley.co.uk/images/stories/R/simpler.odt Simpler Output (error at 68,124) www.paulhurley.co.uk/images/stories/R/simplerOut.odt Simplest Input (odt file with no R at all) www.paulhurley.co.uk/images/stories/R/simplest.odt Simplest Output (e...