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