| unique_columns | R Documentation |
Identify columns with unique values for each row in the supplied dataset.
unique_columns(tbl)
tbl |
A data frame or tibble. |
A function to return a list of the names of those columns which have a unique value for each row in the dataset, excluding real valued columns. This is used by Rattle V6 to identify potential identifier variables.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.