append_rows | R Documentation |
Append rows to a dataset
append_rows(data, new_data, when_added = FALSE)
data |
The original dataset to which new rows will be appended. |
new_data |
The dataset containing the new rows. |
when_added |
Logical; indicates whether a |
A dataset with new rows appended below the original data
.
Yiwen He, Zhaoming Su
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.