checkDuplicates_vect: Check for duplicates

Description

View source: R/checkDuplicates_vect.R

Description

Check if an input vector has values that occur more than once. If so, return the frequency table checkDuplicates_vect(vect) \itemvect Vector that contains numbers Peter I-Fan Wu my_vector <- c(1,1,2,2,3) checkDuplicates_vect(my_vector)


peterwu19881230/microbialPhenotypes documentation built on March 19, 2021, 6:36 a.m.