powered by
If any parts of a string are quoted (between quotation marks), remove those parts of the string, including the quotes. Run the examples and you'll know exactly how this function works.
remove_quoted(string)
A character vector.
# NOT RUN { string <- "\"abc\"67a\'dk\'f" cat(string) remove_quoted(string) # }
Run the code above in your browser using DataLab