Description Usage Arguments Value Examples
View source: R/searchr_clean_pii.R
Performs simple preparation of email, customer name, and phone data by standardizing input data for US locale and removing common problems specific to those data types. Run prior to calculating combinatorial matching
1 | schr_clean_pii(x, type = "name")
|
x |
a vector containing email, phone data, customer or business names |
type |
input data type of c('email', 'phone', 'name') |
a vector containing standardized email, phone data, customer or business names
1 2 | schr_clean_pii(c("Sun100@yahoo.com","RICHY5000@MSN.COM","ab?c@mac.com"), 'email')
schr_clean_pii('12345678910', 'phone')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.