MapOrDoCall | R Documentation |
Map
/lapply
all in oneUsually run after identifyVectorArgs
which will separate the arguments
into vectors of values for a call to Map
, and arguments that have
only one value (passed to MoreArgs
in Map
). If all are single
length arguments, then it will pass to lapply
. If a cl
is provided
and is non-NULL
, then it will pass all arguments to clusterMap
or
clusterApply
.
MapOrDoCall(fn, multiple, single, useCache, cl = NULL)
fn |
The function that will be run via |
multiple |
This a list the arguments that Map will cycle over. |
single |
Passed to |
useCache |
Logical indicating whether to use the cache. |
cl |
A cluster object or |
identifyVectorArgs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.