powered by
Add double quotes to strings.
doubleQuoteText(x, char_only = TRUE)
A string.
TRUE/FALSE, if TRUE, adds quotes only if is.character(x) is TRUE.
A string, with double quotes added.
# NOT RUN { doubleQuoteText("Sample quotes.") # }
Run the code above in your browser using DataLab