html5.character: Default conversion to HTML5 for a character cell

View source: R/render-html5.R

html5.characterR Documentation

Default conversion to HTML5 for a character cell

Description

Produces table cell

Usage

## S3 method for class 'character'
html5(object, id, ..., class = NA)

Arguments

object

The cell 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

An empty html5 td of the given class


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