drake_quotes: Put quotes around each element of a character vector.
![[Deprecated]](figures/lifecycle-deprecated.svg?package=drake&version=7.13.11)
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.