any_greater_than: Find rows of a dataframe where any of the values is above a...

Description Usage Arguments Value

Description

Find rows of a dataframe where any of the values is above a threshold

Usage

1
any_greater_than(df, threshold)

Arguments

df

A (numeric) dataframe.

threshold

A number.

Value

TRUE or FALSE.


kgori/svfiltr documentation built on May 20, 2019, 9:21 a.m.