quoteText {dbWebForms} | R Documentation |
Add single quotes to strings, useful for converting R strings into SQL formatted strings.
quoteText(x, char_only = TRUE)
x |
A string. |
char_only |
TRUE/FALSE, if TRUE, adds quotes only if is.character(x) is TRUE. |
A string, with single quotes added to match postgreSQL string formatting.
quoteText("Sample quotes.")