R/strings.R
This function may be useful for constructing workflow plan data frames.
drake_strings(...)
... | unquoted symbols to turn into character strings. |
---|
a character vector
drake_quotes()
, drake_unquote()
# Turn symbols into strings. drake_strings(a, b, c, d) # [1] "a" "b" "c" "d"#> [1] "a" "b" "c" "d"