add_rows: Function for creating adding rows to dataset

Description Usage Arguments Examples

View source: R/add_rows.R

Description

This function allows you to add to a dataset the rows of a second dataset

Usage

1
add_rows(dataset_1, dataset_2)

Arguments

dataset_1

The dataframe that you append to

dataset_2

The dataframe (rows) that you append

Examples

1

EriksenJ/Wrangler documentation built on May 14, 2019, 8:18 a.m.