Description Usage Arguments Value Author(s) Examples
edit_email replaces email addresses.
1 | edit_email(text, replacement = "<EMAIL>")
|
text |
The text variable. |
replacement |
Character string replacing the email addresses. |
Returns a character vector with email addresses replaced.
Achilleas Passias
1 2 3 4 | text <- c("mailto:name.surname@example.com", "send an email at example_2@example.net")
edit_email(text)
edit_email(text, replacement = "")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.