append_rows {iNZightTools} | R Documentation |
Append rows to a dataset
Description
Append rows to a dataset
Usage
append_rows(data, new_data, when_added = FALSE)
Arguments
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 |
Value
A dataset with new rows appended below the original data
.
Author(s)
Yiwen He, Zhaoming Su
[Package iNZightTools version 2.0.1 Index]