powered by
sQuote()
dQuote()
Concatenate character objects and replace double quotes with sQuote() (write ''x'' instead of dQuote("x")) and replace asterisks with dQuote().
''x''
dQuote("x")
wQuotes(...)
A character object.
character
objects to be passed to strsplit.
strsplit
Carles Bretó
paste0("in ",sQuote("fn_name"),": ",dQuote("object")," is 'a' required argument") wQuotes("in ''fn_name'': *object* is 'a' required argument") # same but shorter
Run the code above in your browser using DataLab