Given a tangram class, a series of conversion creates an rtf representation of the table.
# S3 method for tangram
rtf(
object,
id = NA,
caption = NA,
fragment = FALSE,
widths = NA,
footnote = NA,
filename = NA,
append = FALSE,
point = 9,
...
)
A text string rendering of the given table
The cell table to render to RTF
A unique identifier for the table (strongly recommended).
A string caption for the table
A boolean flag that determines whether a fragment or a complete RTF document is generatedf
RTF requires specified left margin and column widths, this allows user control over these (inches)
Any footnotes to include under the table.
A filename to write resulting rtf file to
A boolean for whether or not to append to given filename
Main font point size
additional arguments Fto renderer. Unused