filter2_nequal: Extract a subset with one unequal_to_value filter or two

View source: R/utils_df.R

filter2_nequalR Documentation

Extract a subset with one unequal_to_value filter or two

Description

Extract a subset with one unequal_to_value filter or two

Usage

filter2_nequal(df, col, value, col2 = NULL, value2 = NULL, ...)

Arguments

df

A data frame.

col

A column.

value

A value.

col2

A second column. Default to NULL.

value2

A second value. Default to NULL.

...

cols to keep, if none, return all columns

Value

A filtered data frame


gnoblet/impactR documentation built on March 20, 2023, 2:24 a.m.