| insert_row | R Documentation | 
Insert a row into a tangram table. Will fill with empty cells is not enough cells are specified.
insert_row(table, after, ..., class = NULL)
| table | the table to modify | 
| after | numeric; The row to position the new row after. Can be zero for inserting a new first row. | 
| ... | Table cells to insert. Cannot be larger than existing table. | 
| class | character; Classes to apply as directives to renderers | 
the modified table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.