insert_row {tangram} | R Documentation |
Insert a row into a tangram table
Description
Insert a row into a tangram table. Will fill with empty cells is not enough cells are specified.
Usage
insert_row(table, after, ..., class = NULL)
Arguments
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 |
Value
the modified table
[Package tangram version 0.8.2 Index]