3 lines
101 B
R
3 lines
101 B
R
|
|
options(useFancyQuotes=FALSE)
|
||
|
|
cat("plain quotes: ", dQuote("double"), "and", sQuote("single"), "\n")
|