| append_rows {iNZightTools} | 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