This function is deprecated and has been replaced by
check_logical_parameter(). Alternatively, you can use check_parameter_rules().
check_epibenthos_coverclass_logical(
data,
return_df = FALSE,
return_logical = FALSE
)A DT datatable, a data.frame, a logical vector, or NULL if no problems found.
A data frame. Must contain columns parameter and value.
Logical. If TRUE, return a plain data.frame of problematic rows.
Logical. If TRUE, return a logical vector of length nrow(data) indicating which rows exceed 100% for Total cover. Overrides return_df.