Skip to contents

This function will filter out all flagged objects identified by _ObjectFlag variables.

Usage

filterOF(data, rmVars = TRUE)

Arguments

data

A data frame with _ObjectFlag variables. Typically the data is generated with easyXpress OF functions.

rmVars

Logical, if TRUE the _ObjectFlag 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 objects removed.