str_blur_url | R Documentation |
str_blur_url
- Replace all cardinal or ordinal numbers in a character vector with generic tags.
str_blur_url(
.str,
.pattern_reg_url = pattern_reg_url,
.replacement_url = "<URL>"
)
.str |
... |
.pattern_reg_url |
... |
.replacement_url |
... |
str_blur_url
- returns a ...
## str_blur_url EXAMPLE:
str_blur_url(c(
"The 2020 United States presidential election was the 59th quadrennial ",
"presidential election, held on Tuesday, November 3, 2020"
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.