.unlist_keep_nulls {junco} | R Documentation |
Custom unlist function
Description
Unlist a list, but retain NULL
as 'NULL'
or NA
.
Usage
.unlist_keep_nulls(lst, null_placeholder = "NULL", recursive = FALSE)
[Package junco version 0.1.1 Index]