powered by
Add single quotes to strings, useful for converting R strings into SQL formatted strings.
quoteText(x, char_only = TRUE)
A string.
TRUE/FALSE, if TRUE, adds quotes only if is.character(x) is TRUE.
A string, with single quotes added to match postgreSQL string formatting.
# NOT RUN { quoteText("Sample quotes.") # }
Run the code above in your browser using DataLab