Description Usage Arguments See Also Examples
smudge_all
removes addresses, dates, emails, names, phone numbers and
UK postcodes from text data.
1 | smudge_all(vec, replace_with_na = TRUE)
|
vec |
Character vector. |
replace_with_na |
Logical, indicating whether personal data should be be replaced with NA or dropped. |
Other verbs to smudge personal data: smudge_addresses
smudge_dates
smudge_emails
smudge_names
smudge_numbers
smudge_postcodes
1 2 3 | vec <- c("Fake Ave", "Hadley", "rdev@fakemail.com", "hello world")
smudge_all(vec)
smudge_all(vec, replace_with_na = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.