drake_quotes {drake} | R Documentation |
Put quotes around each element of a character vector.
![[Deprecated]](../help/figures/lifecycle-deprecated.svg)
Description
Deprecated on 2019-01-01
Usage
drake_quotes(x = NULL, single = FALSE)
Arguments
x |
Character vector or object to be coerced to character. |
single |
Add single quotes if |
Value
Character vector with quotes around it.
[Package drake version 7.13.9 Index]