drop_empty | R Documentation |
Drop list elements with empty value
drop_empty(x)
x |
See:
drop_empty.list()
x <- list( foo = list(bar = integer(), baz = list(x = 1, y = character(), z = 3)), bar = 2, baz = logical() ) drop_empty(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.