pkgdown/mathjax-config.html

Skip to contents

Bind keyed data frames

Usage

bind_keyed(..., .id = NULL)

Arguments

...

Data frames to bind.

.id

Optional column name to identify source.

Value

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

Details

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