quotes {eply} | R Documentation |
quotes
Put quotes around each element of a character vector.
quotes(x = NULL, single = FALSE)
x |
character vector or object to be coerced to character. |
single |
Add single quotes if |
character vector with quotes around it
unquote
, strings
,
eply
, help_eply
quotes(letters[1:3])
quotes(letters[1:3], single = TRUE)
quotes(letters[1:3], single = FALSE)