filter_args | 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
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.