Learn R Programming

ipumsr (version 0.4.5)

ipums_bind_rows: Bind rows together, but preserve labelled class attributes

Description

Bind rows together, but preserve labelled class attributes

Usage

ipums_bind_rows(..., .id = NULL)

Arguments

...

Either data.frames or list of data.frames

.id

Data frame identifier, when arguments are named (or are named lists of data.frames), will make a new column with this name that has the original names.

Value

A data.frame