Learn R Programming

harvestr (version 0.1)

harvest: Harvest results

Description

Harvest results

Usage

harvest(.list, fun, ..., .parallel = F)

Arguments

.list
a list of data.frames See details.
fun
a function to apply
...
passed to fun
.parallel
should the computations be run in parallel?

Details

harvest is functionaly equivalant to llply, but takes on additional capability when used with the other functions from this package. When an object comes from withpseed the ending seed is extacted and used to continue evaluation.