insert_row: Insert a row into a tangram table

View source: R/compile-post.R

insert_rowR 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


spgarbet/tg documentation built on Feb. 21, 2023, 3:35 a.m.