find_keys: Find keys

Description Usage Arguments Value Examples

Description

find_keys look at all function in a table and returns the list of possible keys (ie variables which identifies an observation)

Usage

1

Arguments

table

the name of the input table (either tibble or data.frame)

Value

a tibble with one column : keys

Examples

1
2
3
library("readr")
read_csv(system.file("extdata", "table_deputes.csv", package = "tricky")) %>%
find_keys()

blaquans/tricky documentation built on May 12, 2019, 9:29 p.m.