rtf {tangram} | R Documentation |
S3 rtf Method function for use on abstract table class
Description
S3 rtf Method function for use on abstract table class
Usage
rtf(object, id, ...)
Arguments
object |
The cell to render to RTF |
id |
A unique identifier for the table (strongly recommended). If not provided, caption will be used. |
... |
additional arguments to renderer. Unused at present. |
Value
A text string rendering of the given table
[Package tangram version 0.8.2 Index]