html5.cell_n: Convert an abstract cell_n object into an HTML5 string

View source: R/render-html5.R

html5.cell_nR Documentation

Convert an abstract cell_n object into an HTML5 string

Description

Given a cell_n class create an HTML5 representation.

Usage

## S3 method for class 'cell_n'
html5(object, id, ..., class = NULL)

Arguments

object

The cell n to render to HTML5

id

A unique identifier for traceability

...

additional arguments to renderer. Unused

class

An additional class attribute for the HTML5 element

Value

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


spgarbet/tangram documentation built on Feb. 12, 2023, 7:13 p.m.