dataCompareR (version 0.1.0)

checkUniqueness: Checks that a list of indexes areunique

Description

Checks that a list of indexes areunique

Usage

checkUniqueness(df_indices)

Arguments

df_indices

A vector of values

Value

Boolean - true if all values in vector are unique, false if not

Examples

Run this code
# NOT RUN {
checkUniqueness(c('car','van','van'))
# }
# NOT RUN {
checkUniqueness(c('car','van','bus'))
# }

Run the code above in your browser using DataCamp Workspace