drake_quotes: Put quotes around each element of a character vector.
Description
Deprecated on 2019-01-01
Usage
drake_quotes(x = NULL, single = FALSE)
Value
Character vector with quotes around it.
Arguments
- x
Character vector or object to be coerced to character.
- single
Add single quotes if TRUE
and double quotes otherwise.