append_rows: Append rows to a dataset
Description
Append rows to a dataset
Usage
append_rows(data, new_data, when_added = FALSE)
Value
A dataset with new rows appended below the original data
.
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 .when_added
column
is required.
Author
Yiwen He, Zhaoming Su