| appendrows {iNZightTools} | R Documentation |
Append row to the dataset
appendrows(.data, imported_data, date = FALSE)
.data |
original dataset |
imported_data |
imported dataset |
date |
whether a "When_Added“ column is required (default |
dataset with new rows appended
Yiwen He