Description Usage Arguments Value See Also
Fixes future.apply::future_lapply()
issue where
the environment is not set properly.
1 2 3 4 5 6 7 8 9 10 11 12 13 | futurenow_lapply(
X,
FUN,
...,
future.envir = parent.frame(),
future.globals = TRUE,
future.packages = NULL,
future.lazy = FALSE,
future.seed = FALSE,
future.scheduling = 1,
future.chunk.size = NULL,
future.label = "futurenow_lapply-%d"
)
|
X |
Vector or list, R objects |
FUN |
Function to apply on each element of |
... |
Further argument to be passed to |
future.envir |
Where the future instances should be created |
future.globals |
A logical, a character vector, or a named list for
controlling how global variables are handled; See
|
future.packages |
Character vector of packages for future instances to load |
future.lazy |
Whether to start evaluation immediately |
future.seed |
A logical or an integer (of length one or seven), or a
list of |
future.scheduling, future.chunk.size |
See
|
future.label |
Label to be assigned to each future instances |
A list with same length and names as X
. See
base::lapply()
for details.
future.apply::future_eapply()
,base::lapply()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.