detect_dup | R Documentation |
detect possible duplication in a vector, ignore case, blank and special character
detect_dup(vector, index = FALSE)
vector |
vector possibly with duplication |
index |
return duplication index |
duplication sub-vector
detect_dup(c("a", "C_", "c -", "#A"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.