Description Usage Arguments Value Methods (by class)
This is an overrideable function that determines what the output partitioning scheme of a dlapply or dmapply function should be. It determines the 'ideal' nparts for the output if it is not supplied. For API standard-enforcement, overriding this is not recommended.
1 2 3 4 5 |
driver |
The backend driver to dispatch on. |
... |
The arguments to this dmapply operation. |
nparts |
The nparts argument, if any, supplied by the user. |
type |
The output.type supplied by the user. |
A 2d-vector, that will be passed into your backend's do_dmapply.
ddRDriver
: The default implementation for
getBestOutputPartitioning.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.