wQuotes | R Documentation |
sQuote()
s and dQuote()
s in
character objectsConcatenate character objects and replace double quotes with
sQuote()
(write ''x''
instead of dQuote("x")
) and
replace asterisks with dQuote()
.
wQuotes(...)
... |
objects to be passed to |
A character
object.
Carles \Breto
paste0("in ",sQuote("fn_name"),": ",dQuote("object")," is 'a' required argument")
wQuotes("in ''fn_name'': *object* is 'a' required argument") # same but shorter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.