filter_args {rmacrostrat} | R Documentation |
Filters NULL and FALSE arguments from a list
Description
This function checks whether any elements in a list are NULL or FALSE and removes them.
Usage
filter_args(x, filter_null = TRUE, filter_false = TRUE)
Arguments
x |
|
filter_null |
|
filter_false |
|
Value
A NULL
and FALSE
filtered list of x
.
[Package rmacrostrat version 1.0.0 Index]