append_rows: Append rows to a dataset

View source: R/append_rows.R

append_rowsR 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 .when_added column is required.

Value

A dataset with new rows appended below the original data.

Author(s)

Yiwen He, Zhaoming Su


iNZightTools documentation built on Oct. 12, 2023, 5:06 p.m.