
Last chance! 50% off unlimited learning
Sale ends in
This function may be useful for constructing workflow plan data frames.
drake_strings(...)
unquoted symbols to turn into character strings.
a character vector
# 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