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