vctrs
vctrs copied to clipboard
Give `list_check_all_vectors()` and `list_all_vectors()` an `allow_null` argument
Default to FALSE, but gives us the flexibility to use it in tidyr where we expect that the list should contain:
- Vectors
NULLvalues that we eventually do something with (drop or promote to size 1NAs)
Or maybe call it allow_missing since this is a list and NULL is the missing type
Might also make sense for list_check_all_size() and list_all_size() too