Learn R Programming

drake (version 4.4.0)

possible_targets: Function possible_targets

Description

internal function, returns the list of possible targets that you can select with the targets argument to make().

Usage

possible_targets(plan = workplan())

Arguments

plan

workflow plan data frame

Value

character vector of possible targets

See Also

make

Examples

Run this code
# NOT RUN {
load_basic_example()
possible_targets(my_plan)
# }

Run the code above in your browser using DataLab