rtf.cell_n: Convert an abstract cell_n object into an RTF string

View source: R/render-rtf.R

rtf.cell_nR Documentation

Convert an abstract cell_n object into an RTF string

Description

Given a cell_n class create an RTF representation.

Usage

## S3 method for class 'cell_n'
rtf(object, id, ...)

Arguments

object

The cell n to render to RTF

id

A unique identifier for traceability

...

additional arguments to renderer. Unused

Value

An RTF string rendering of the given n.


tangram documentation built on Feb. 16, 2023, 5:59 p.m.