drake (version 6.2.1)

triggers: Deprecated. List the old drake triggers.

Description

Triggers are target-level rules that tell make() how to know if a target is outdated or up to date.

Usage

triggers()

Arguments

Value

A character vector with the names of the old triggers.

Details

Deprecated on 2018-07-22.

See Also

drake_plan(), make()

Examples

Run this code
# NOT RUN {
# Deprecated. See the trigger() function instead (singular).
# }

Run the code above in your browser using DataLab