Learn R Programming

drake (version 3.0.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)

Arguments

plan

workflow plan data frame

Value

character vector of possible targets

See Also

make