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.