Description Usage Arguments Examples
View source: R/exploratory_functions.R
This function returns the name of each column which uniquely identifies a row in the data.frame
| 1 | 
| df: | dataframe | 
| 1 2 | fake_df <- data.frame(a = 1:10, b = rep(1:5, 2))
find_unique_id(fake_df)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.