pkgdown/mathjax-config.html
R/dplyr-methods.R
bind_keyed.Rd
Bind keyed data frames
bind_keyed(..., .id = NULL)
Data frames to bind.
Optional column name to identify source.
A keyed data frame if key is preserved and unique, otherwise tibble.
Wrapper for dplyr::bind_rows() that attempts to preserve key metadata.
dplyr::bind_rows()