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
1 | rt_add_row(.data, ..., .before = NULL, .after = NULL)
|
.data |
Data frame to append to. |
... |
< |
.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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.