powered by
Checks that a list of indexes areunique
checkUniqueness(df_indices)
A vector of values
Boolean - true if all values in vector are unique, false if not
# NOT RUN { checkUniqueness(c('car','van','van')) # } # NOT RUN { checkUniqueness(c('car','van','bus')) # }
Run the code above in your browser using DataLab