This is an internal helper function used to identify the target rows in the data frame based on the specified groups, parameters, and impute method.
identify_target_rows(
data,
target_impute,
target_params,
target_groups,
after = NULL
)A logical vector indicating the target rows.
A data frame containing the intervals.
The imputation method to be added or removed.
A character vector specifying the parameters to be targeted.
A data frame specifying the intervals to be targeted.
Numeric value specifying the index position in which to add the impute (optional).