Determines the number of unique, duplicate, and missing values in a vector
1  | duplicateInfo(x, missingVals = c("", NA))
 | 
x | 
 vector of interest  | 
missingVals | 
 values within x to consider as missing. Defaults to considering empty strings and NAs as missing  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.