Replace NULLs with specified value
replace_null.Rd
Replace NULLs (in lists) with specified value. replace_null
will recurse
into nested lists but will skip internal components that are not lists
themselves (e.g. data.frames, matrices, etc). NOTE that replace
will also
be added to empty lists (i.e. list()
) but not other zero-length vectors.