filter_args {rmacrostrat} | R Documentation |
This function checks whether any elements in a list are NULL or FALSE and removes them.
filter_args(x, filter_null = TRUE, filter_false = TRUE)
x |
|
filter_null |
|
filter_false |
|
A NULL
and FALSE
filtered list of x
.