Description Usage Arguments Value Examples
find_keys look at all function in a table and returns the list of possible keys (ie variables which identifies an observation)
| 1 | 
| table | the name of the input table (either tibble or data.frame) | 
a tibble with one column : keys
| 1 2 3 | library("readr")
read_csv(system.file("extdata", "table_deputes.csv", package = "tricky")) %>%
find_keys()
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.