Description Usage Arguments Details Value Author(s) See Also Examples
An implementation of lapply
and sapply
for matter_list
objects.
1 2 3 4 5 6 |
X |
A |
FUN |
The function to be applied. |
... |
Additional arguments to be passed to |
simplify |
Should the result be simplified into a vector, matrix, or higher dimensional array? |
USE.NAMES |
Use |
BPPARAM |
An optional instance of |
Because FUN
must be executed by the interpreter in the appropriate R environment, the full list element will be loaded into memory. The chunksize
of X
is ignored. When performed in parallel, the matter
metadata is serialized to each R session, so all workers must be able to access the data via the same paths()
.
See lapply
for details.
Kylie A. Bemis
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.