Learn R Programming

ipumsr (version 0.5.2)

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)

Value

A data.frame

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.