Description Usage Arguments See Also Examples
View source: R/smudge_numbers.R
smudge_numbers
removes phone numbers from text data.
1 | smudge_numbers(vec, replace_with_na = TRUE)
|
vec |
Character vector. |
replace_with_na |
Logical, indicating whether phone numbers should be be replaced with NA or dropped. |
Other verbs to smudge personal data: smudge_addresses
smudge_all
smudge_dates
smudge_emails
smudge_names
smudge_postcodes
1 2 3 | vec <- c("01234567890", "hello world")
smudge_numbers(vec)
smudge_numbers(vec, replace_with_na = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.