powered by
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()
drake_quotes()
drake_unquote()
# NOT RUN { # Turn symbols into strings. drake_strings(a, b, c, d) # [1] "a" "b" "c" "d" # }
Run the code above in your browser using DataLab