Learn R Programming

keyed (version 0.1.3)

bind_keyed: Bind rows of keyed data frames

Description

Bind keyed data frames

Usage

bind_keyed(..., .id = NULL)

Value

A keyed data frame if key is preserved and unique, otherwise tibble.

Arguments

...

Data frames to bind.

.id

Optional column name to identify source.

Details

Wrapper for dplyr::bind_rows() that attempts to preserve key metadata.