View source: R/dev_utilities.R
filter_if | R Documentation |
Filters the input dataset if the provided expression is not NULL
filter_if(dataset, filter)
dataset |
Input dataset
|
filter |
A filter condition. Must be an expression.
|
A data.frame
containing all rows in dataset
matching filter
or
just dataset
if filter
is NULL
Developer Utility Functions:
%notin%()
,
%or%()
,
arg_name()
,
contains_vars()
,
convert_dtm_to_dtc()
,
extract_vars()
,
friendly_type_of()
,
valid_time_units()
,
vars2chr()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.