3 lines
100 B
R
3 lines
100 B
R
|
|
options(useFancyQuotes=TRUE)
|
||
|
|
cat("fancy quotes: ", dQuote("double"), "and", sQuote("single"), "\n")
|