Create a named list of target priority levels.
create_target_priority(target_priority, targets)
This argument controls how quickly each set of
targets is relaxed. In other words: how important it is to match the target
exactly. Defaults to 10,000,000
, which means that all targets should
be matched exactly.
real
This priority value will be used for each target table.
named list
Each named entry must match an entry in either
primary_targets
or secondary_targets
and have a real
.
This priority will be applied to that target table. Any targets not in the
list will default to 10,000,000
.
data.frame
Column target
must have values that match an
entry in either primary_targets
or secondary_targets
. Column
priority
contains the values to use for priority. Any targets not in
the table will default to 10,000,000
.
The complete list of targets (both primary and secondary)