Learn R Programming

tangram (version 0.8.2)

rtf: 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, ...)

Value

A text string rendering of the given table

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.