powered by
This function takes a text string as input and removes all occurrences of single, double, and back quotations marks.
removeQuotations(text)
A character string with all types of quotations removed.
A character string from which quotations will be removed.
Satoshi Kume
if (FALSE) { removeQuotations("\"XXX'`\"YYY'`") # Returns "XXXYYY" }
Run the code above in your browser using DataLab