Description Usage Arguments Value
View source: R/parallelApply.R
parallelLapply: A parallel lapply() version.
parallelSapply: A parallel sapply() version.
All functions are simple wrappers for parallelMap().
1 2 3 4 5 6 7 8 9 10 11 | parallelLapply(xs, fun, ..., impute.error = NULL, level = NA_character_)
parallelSapply(
xs,
fun,
...,
simplify = TRUE,
use.names = TRUE,
impute.error = NULL,
level = NA_character_
)
|
xs |
( |
fun |
|
... |
(any) |
impute.error |
( |
level |
( |
simplify |
( |
use.names |
( |
For parallelLapply a named list, for parallelSapply it depends
on the return value of fun and the settings of simplify and
use.names.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.