any_less_than: Find rows of a dataframe where any of the values is below a...

Description Usage Arguments Value

Description

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

Usage

1
any_less_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.