add_row {rtabulator}R 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()


[Package rtabulator version 0.1.2 Index]