pkgdown/mathjax-config.html

Skip to contents

Returns diagnostic information about a keyed data frame.

Usage

key_status(.data)

Arguments

.data

A data frame.

Value

A key status object with diagnostic information.

Examples

df <- key(data.frame(id = 1:3, x = c("a", "b", "c")), id)
key_status(df)