filterWF: filterWF

View source: R/filterWF.R

filterWFR Documentation

filterWF

Description

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.


AndersenLab/easyXpress documentation built on Dec. 6, 2024, 4:04 a.m.