filter_nulls | R Documentation |
NULL
elements.Return list with removed NULL
elements.
filter_nulls(l)
l |
A list. |
A list without NULL
elements.
filter_nulls(list(a = 1, b = NULL, c = 3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.