check_num2words | R Documentation |
str_describe_numbers
- Replace all cardinal or ordinal numbers in a character vector with generic tags.str_describe_numbers
- Replace all cardinal or ordinal numbers in a character vector with generic tags.
check_num2words(.do_install)
.do_install |
... |
.str |
... |
.lang |
... |
.ordinal |
... |
str_describe_numbers
- returns a ...
invisible(NULL)
## str_describe_numbers EXAMPLE:
## Not run:
str_describe_numbers(c(
"The 2020 United States presidential election",
"was the 59th quadrennial presidential election",
"held on Tuesday, November 3, 2020"
))
## End(Not run)
check_num2words
if(FALSE){
check_num2words(.do_install=TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.