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

View source: R/render-rtf.R

rtf.cell_fstatR Documentation

Convert an abstract cell_fstat object into an RTF string

Description

Given a cell_fstat class create an RTF representation.

Usage

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

Arguments

object

The cell fstat to render to RTF

id

A unique identifier for traceability

...

additional arguments to renderer. Unused

Value

A text string rendering of the given fstat as a <td> with several <span>'s.


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