html5.cell_label {tangram} | R Documentation |
Convert a cell_label object into an HTML5 string
Description
Given a cell_label class create an HTML5 representation.
Usage
## S3 method for class 'cell_label'
html5(object, id, ..., class = NULL)
Arguments
object |
The cell label 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 label as a <td> with several <span>'s.
[Package tangram version 0.8.2 Index]