unique_values {DIETCOST} | R Documentation |
Unique value check
Description
Checks if there are non-unique values in dataset.
Usage
unique_values(value, df, value_col, value_name)
Arguments
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. |
Value
No R object return, performs only a check.
[Package DIETCOST version 1.0.0.0 Index]