Skip to contents

This function will filter out all flagged wells identified by _WellFlag variables.

Usage

filterWF(data, rmVars = TRUE)

Arguments

data

A data frame with _WellFlag variables. Typically the data is generated with easyXpress WF functions.

rmVars

Logical, if TRUE the _WellFlag variables are removed from the data frame after flagged objects are removed. If FALSE, the variables are retained. This argument can be useful for joining data frames. The default is TRUE.

Value

A single data frame with all flagged wells removed.