dquote | R Documentation |
Wrap a string in double quotes, e.g., for displaying character values in messages.
dquote(x)
x |
A character vector
|
If the input is NULL
, the text "NULL"
is returned. Otherwise, the
input in double quotes is returned.
Helpers for working with Quotes and Quoting:
backquote()
,
enumerate()
,
squote()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.