Learn R Programming

harvestr (version 0.7.1)

harvest: Harvest the results.

Description

Harvest the results.

Usage

harvest(.list, fun, ..., time = getOption("harvestr.time", defaults$time()), .parallel = getOption("harvestr.parallel", defaults$parallel()), .progress = getOption("harvestr.progress", defaults$progress()))

Arguments

.list
a list of data.frames See details.
fun
a function to apply
...
passed to fun
time
should results be timed?
.parallel
should the computations be run in parallel?
.progress
Show a progress bar?

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 withseed the ending seed is extacted and used to continue evaluation.

See Also

Other harvest: farm, gather, plant, sprout