Description Usage Arguments Value See Also Examples
This function replaces symbols with word equivalents
(e.g. @ becomes "at".
1 2 |
text.var |
The text variable. |
dollar |
logical. If TRUE replaces dollar sign ($)
with |
percent |
logical. If TRUE replaces percent sign
(%) with |
pound |
logical. If TRUE replaces pound sign (#)
with |
at |
logical. If TRUE replaces at sign (@) with
|
and |
logical. If TRUE replaces and sign (&) with
|
with |
logical. If TRUE replaces with sign (w/)
with |
Returns a character vector with symbols replaced..
bracketX, qprep,
replace_abbreviation,
replace_contraction,
replace_number,
1 2 3 4 | x <- c("I am @ Jon's & Jim's w/ Marry",
"I owe $41 for food",
"two is 10% of a #")
replace_symbol(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.