Remove NULL List Elements
Removes elements from a list that are equal to NULL.
NULL
ccp(x)
x
List
d <- list("a", "b", NULL, "c") d d <- ccp(d) d
J.C. Fisher, U.S. Geological Survey, Idaho Water Science Center
Useful links