Learn R Programming

drake (version 5.3.0)

default_trigger: Return the default trigger.

Description

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

Usage

default_trigger()

Arguments

Value

A character scalar naming the default trigger.

See Also

triggers(), make()

Examples

Run this code
# NOT RUN {
default_trigger()
# See ?triggers for more examples.
# }

Run the code above in your browser using DataLab