This function may be useful for constructing workflow plan data frames.

drake_strings(...)

Arguments

...

unquoted symbols to turn into character strings.

Value

a character vector

See also

drake_quotes(), drake_unquote()

Examples

# Turn symbols into strings. drake_strings(a, b, c, d) # [1] "a" "b" "c" "d"
#> [1] "a" "b" "c" "d"