filterOF
filterOF.Rd
This function will filter out all flagged objects identified by _ObjectFlag
variables.
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. IfFALSE
, the variables are retained. This argument can be useful for joining data frames. The default isTRUE
.