View source: R/checkDuplicates_vect.R
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.