Replace missing elements with TRUE
When subsetting, missingness stands in for selecting all of the elements of that
dimension. This gets tricky when you are selecting n dimensions and so need to
capture the dimensions with ...
. This function checks if an element of a list
is missing and replaces that element with TRUE
in order to handle this case.
replaceMissingWithTRUE(l)
l |
a list |
a list
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.