Learn R Programming

tangram (version 0.8.2)

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

Description

Produces table cell

Usage

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

Value

An empty html5 td of the given class

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