View source: R/removeQuotations.R
removeQuotations | R Documentation |
This function takes a text string as input and removes all occurrences of single, double, and back quotations marks.
removeQuotations(text)
text |
A character string from which quotations will be removed. |
A character string with all types of quotations removed.
Satoshi Kume
## Not run:
removeQuotations("\"XXX'`\"YYY'`") # Returns "XXXYYY"
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.