rt_add_row: Add rows to a reactibble

Description Usage Arguments

View source: R/wrappers.R

Description

Counterpart of tibble::add_row that works efficiently on "reactibble" objects. Beware of using add_row() instead as it would return an out of sync reactibble

Usage

1
rt_add_row(.data, ..., .before = NULL, .after = NULL)

Arguments

.data

Data frame to append to.

...

<dynamic-dots> Name-value pairs, passed on to tibble(). Values can be defined only for columns that already exist in .data and unset columns will get an NA value.

.before

One-based row index where to add the new rows, default: after last row.

.after

One-based row index where to add the new rows, default: after last row.


moodymudskipper/reactibble documentation built on Jan. 18, 2021, 6:28 p.m.