filter_verbose: Return rows with matching conditions

View source: R/filter.R

filter_verboseR Documentation

Return rows with matching conditions

Description

Filter finds rows where conditions are true.

Usage

filter_verbose(df, user = "u_id", ...)

Arguments

df

A dataframe

user

Name of column that holds unique identifier for each user

...

Logical predicates defined in terms of the variables in df. Only rows match conditions are kept.


spatialnetworkslab/homelocator documentation built on May 7, 2023, 8:18 p.m.