Skip to contents

[Deprecated] This function is deprecated and has been replaced by check_logical_parameter(). Alternatively, you can use check_parameter_rules().

Usage

check_zoobenthos_BQIm_logical(data, return_df = FALSE, return_logical = FALSE)

Arguments

data

A data frame. Must contain columns parameter and value.

return_df

Logical. If TRUE, return a plain data.frame of problematic rows.

return_logical

Logical. If TRUE, return a logical vector of length nrow(data) indicating which rows exceed 100% for Total cover. Overrides return_df.

Value

A DT datatable, a data.frame, a logical vector, or NULL if no problems found.