is_quoted {RSQL} | R Documentation |
Determines if the string is quoted or not
Description
Determines if the string is quoted or not
Usage
is_quoted(text, quotes_symbols = "'")
Arguments
text |
The text to test |
quotes_symbols |
The quotation characters |
Author(s)
ken4rab
[Package RSQL version 0.2.2 Index]