Description Usage Arguments Value Author(s) Examples
edit_money replaces money format strings.
1 | edit_money(text, replacement = "<MONEY>")
|
text |
The text variable. |
replacement |
Character string replacing the money format strings. |
Returns a character vector with money format strings replaced.
Achilleas Passias
1 2 3 4 | text <- c("$1000", "£10bn", "€10k", "¥1m")
edit_money(text)
edit_money(text, replacement = "")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.