Add row to table
Arguments
- ctx
A
tabulatorContext()
object.- row
(list): row data or
NULL
to add an empty row
Value
A tabulatorContext()
object
Examples
# \donttest{
tabulatorContext("table") |>
add_row()
# }
Add row to table
A tabulatorContext()
object.
(list): row data or NULL
to add an empty row
A tabulatorContext()
object
# \donttest{
tabulatorContext("table") |>
add_row()
# }