unique_values: Unique value check

View source: R/unique_values.R

unique_valuesR 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.


DIETCOST documentation built on June 8, 2025, 1:51 p.m.