powered by
Additional list operators that allow a more concise and functional programming style
translist(.l)compact(.x)ilapply(.list, .f, MoreArgs = NULL)ulapply(.list, .f, ..., recursive = TRUE, use.names = FALSE)flatlist(lst, use.names = TRUE)
compact(.x)
ilapply(.list, .f, MoreArgs = NULL)
ulapply(.list, .f, ..., recursive = TRUE, use.names = FALSE)
flatlist(lst, use.names = TRUE)