unlist_and_replace_null {smartsheetr} | R Documentation |
Helper function to replace NULL values with NA, and unlist, which is useful in converting nested lists to data frames
Description
Helper function to replace NULL values with NA, and unlist, which is useful in converting nested lists to data frames
Usage
unlist_and_replace_null(l)
Arguments
l |
A list |
[Package smartsheetr version 0.1.0 Index]