View source: R/unique_values.R
unique_values | R Documentation |
Checks if there are non-unique values in dataset.
unique_values(value, df, value_col, value_name)
value |
Column from which an unique vector will be formed. |
df |
Dataframe in which lies the column to be checked. |
value_col |
Name of the column to be checked, in string format. |
value_name |
Name of the variable tested. |
No R object return, performs only a check.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.