dQuote | R Documentation |
Argument q
has been backported.
See the original description in base::dQuote()
and base::sQuote()
.
dQuote(x, q = getOption("useFancyQuotes"))
sQuote(x, q = getOption("useFancyQuotes"))
# get function from namespace instead of possibly getting
# implementation shipped with recent R versions:
bp_dQuote <- getFromNamespace("dQuote", "backports")
bp_dQuote("foo")
bp_dQuote("foo", q = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.