drake (version 6.2.1)

drake_strings: Turn valid expressions into character strings.

Description

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

Usage

drake_strings(...)

Arguments

...

unquoted symbols to turn into character strings.

Value

A character vector.

See Also

drake_quotes(), drake_unquote()

Examples

Run this code
# 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