Functional Programming with Parallelism and Progress Tracking


[Up] [Top]

Documentation for package ‘functionals’ version 0.5.0

Help Pages

fapply Apply a function over a list or vector with optional parallelism and progress
fcompose Compose multiple functions
fcv Functional Cross-Validation mapping
floop Functional loop with optional parallelism and progress bar
fmap Functional mapping with optional parallelism and progress bars
fmapc Apply a function column-wise with name access and parallelism
fmapg Apply a function to groups of a data frame in parallel
fmapn Apply a function over multiple argument lists in parallel
fmapr Apply a function row-wise on a data frame with parallelism
freduce Functional reduce
frepeat Repeat an expression or function call multiple times
fwalk Walk over a vector or list with side effects