tar_force_change {tarchetypes} | R Documentation |
Convert a condition into a change.
Description
Supports tar_force()
. This is really an internal function
and not meant to be called by users directly.
Usage
tar_force_change(condition)
Arguments
condition |
Logical, whether to run the downstream target
in |
Value
A hash that changes when the downstream target is supposed to run.
[Package tarchetypes version 0.11.0 Index]