Description Usage Arguments Examples
Drops all non-numeric characters from phone numbers (and maybe any other strings).
1 |
x |
Character vector of values to parse. |
1 2 | x <- c('(858) 555-1234', '(619) 555-6898', '585-555-5432')
parse_phone_number(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.