harvest: Harvest the results.

Description Usage Arguments Details See Also

View source: R/gather.R

Description

Harvest the results.

Usage

1
2
3
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


harvestr documentation built on May 30, 2017, 2:39 a.m.