Learn R Programming

spflow (version 0.1.0)

translist: Additional list operators that allow a more concise and functional programming style

Description

Additional list operators that allow a more concise and functional programming style

Usage

translist(.l)

compact(.x)

ilapply(.list, .f, MoreArgs = NULL)

ulapply(.list, .f, ..., recursive = TRUE, use.names = FALSE)

flatlist(lst, use.names = TRUE)

Arguments