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