rtf.cell {tangram} | R Documentation |
Given a cell class create an RTF representation.
Description
Given a cell class create an RTF representation.
Usage
## S3 method for class 'cell'
rtf(object, id, ...)
Arguments
object |
The cell to render to RTF |
id |
A unique identifier for traceability |
... |
additional arguments to renderer. Unused |
Value
An RTF string rendering of the given cell.
[Package tangram version 0.8.2 Index]