2.9 空值

移除list() 列表里的为 NULL 元素

rm_null <- function(l) Filter(Negate(is.null), l)