remove_null | R Documentation |
Remove NULL results from a list
remove_null(x)
x |
A list |
The list x
without NULL
x <- list(a = letters[1:5], b = NULL, c = complex(3))
x
remove_null(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.