parLapply {applys} R Documentation

Parallel version of ``lapply``.

Description

Usage

parLapply(x, FUN,
    group = -1,
    n.threads = -1,
    verbose = NULL,
    names = NULL);

Arguments

x

[as list]

FUN

-

group

[as integer]

n.threads

[as integer]

verbose

[as boolean]

names

Set new names to the result list, the size of this parameter should be equals to the size of the original input sequence size. [as string]

env

[as Environment]

Details

Authors

SMRUCC genomics Institute

Value

this function returns data object of type any kind.

clr value class

Examples


[Package applys version 2.33.856.6961 Index]