| html5.cell | R Documentation | 
Given a cell class create an HTML5 representation.
## S3 method for class 'cell' html5(object, id, ..., class = NULL)
| 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 | 
A text string rendering of the given cell as a <td> with several <span>'s.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.