try_defilter: Filters a dataset where all values in the column are not the...

Description Usage Arguments Value

View source: R/organization.r

Description

This function filters a specified column within a dataset where all values of the column are not the specified value from the command line.

Usage

1
try_defilter(., col, val)

Arguments

.

The dataset

col

The name of the column to filter

val

The value to filter the column by

Value

The dataset where rows with values of val in col are removed


bnestere/cliplot documentation built on June 7, 2020, 3:04 a.m.