Checks if a value (or vector of values) is within the specified target range
is_on_target.Rd
Checks if a value (or vector of values) is within the specified target range
Arguments
- v
exposure metric, a single value or a vector
- target
target specification created with
create_target_design()
, or a named list withmin
andmax
specified.