add_row: Add row to table

View source: R/context_calls.R

add_rowR Documentation

Add row to table

Description

Add row to table

Usage

add_row(ctx, row = NULL)

Arguments

ctx

A tabulatorContext() object.

row

(list): row data or NULL to add an empty row

Value

A tabulatorContext() object

Examples


tabulatorContext("table") |>
  add_row()


rtabulator documentation built on Sept. 23, 2024, 5:11 p.m.