create_target_priority: Create a named list of target priority levels.

Description Usage Arguments

Description

Create a named list of target priority levels.

Usage

1
create_target_priority(target_priority, targets)

Arguments

target_priority

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.

targets

The complete list of targets (both primary and secondary)


ipfr documentation built on April 2, 2020, 1:12 a.m.