Description Usage Arguments Value Examples
try to convert NULL to NA
1 | na_null2na(x)
|
x |
list element |
list element
1 2 | test <- list(1, 2, 3, NULL)
test %>% map(~ na_null2na(.x))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.