my_unlist: Unlists while preserving NULLs and only unlisting lists with one value
Description
Unlists while preserving NULLs and only unlisting lists with one value
Usage
my_unlist(l, recursive = FALSE)
Arguments
- l
a list that we want to unlist
- recursive
logical indicating whether to unlist nested lists