Redacts an email addresses from a given string
redact_email.Rd
Redacts an email addresses from a given string
Arguments
- string
A character vector with, at most, one element. The input string to redact email addresses from
- hash_spotted
When TRUE, the redaction of the email addresses will be a hash of the redacted (Default False)
- replace_with
A character vector with, at most, one element. When hash_spotted is FALSE, this character vector will be the replacement redacted email addresses.