quotes objects of type character with quoting character
hsQuoteChr(x, qchar = "'", escapeMethod = c("double", "backslash", "none"))
x | vector or list of character strings |
---|---|
qchar | quoting character to be used. Default: single quote "'" |
escapeMethod | one of |