rtf.cell_subheader {tangram} | R Documentation |
Convert an abstract cell_subheader object into an RTF string
Description
Given a cell_subheader class create an RTF representation.
Usage
## S3 method for class 'cell_subheader'
rtf(object, id, ..., point = 9)
Arguments
object |
The cell header to render to RTF |
id |
A unique identifier for traceability |
... |
additional arguments to renderer. Unused |
point |
numeric; The font point size to use in display |
Value
An RTF string rendering of the given header
[Package tangram version 0.8.2 Index]