A set of magrittr operators for tangram tables
col_header(table, ..., sub = TRUE)row_header(table, ..., sub = TRUE)
write_cell(table, x, ...)
home(table)
cursor_up(table, n = 1)
cursor_down(table, n = 1)
cursor_left(table, n = 1)
cursor_right(table, n = 1)
cursor_pos(table, nrow, ncol)
carriage_return(table)
line_feed(table, n = 1)
new_line(table)
new_row(table)
new_col(table)
table_apply(table, x, FUN, ...)
add_col(table, ...)
add_row(table, ...)
set_footnote(table, footnote)
set_id(table, id)
set_caption(table, caption)
set_style(table, style)
set_colspan(table, span)
set_rowspan(table, span)
tangram; The tangram table being built
additional argument passed
logical; Is this a subheader
object of focus in operation
numeric; number of times to perform operation
numeric; number of rows
numeric; number of columns
function; function to apply
character; footnote to add
character; id of table
character; caption of table
character; styling in compiling table and in rendering
numeric; number of rows or columns to span