Learn R Programming

tangram (version 0.8.2)

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

Description

Given a cell_header class create an HTML5 representation.

Usage

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

Value

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

Arguments

object

The cell subheader to render to HTML5

id

A unique identifier for traceability

...

additional arguments to renderer. Unused

class

additional class attributes for CSS rendering