| replace_null | R Documentation | 
Replace all the empty values in a list
replace_null(x)
| x | A list | 
A list with NULLs replaced by NA
list(a = NULL, b = 1, c = list(foo = NULL, bar = NULL)) %>% replace_null()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.