insert_column: Insert a column into a tangram table

View source: R/compile-post.R

insert_columnR Documentation

Insert a column into a tangram table

Description

Insert a column into a tangram table. Will fill with empty cells is not enough cells are specified.

Usage

insert_column(table, after, ..., class = NULL)

Arguments

table

the table to modify

after

numeric; The column 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/tangram documentation built on Feb. 12, 2023, 7:13 p.m.