.chopTasks | R Documentation |
See examples
.chopTasks(x, n)
x |
a vector or dataframe with 1 column |
ntasks |
number of cores to parallelize over |
See Examples.
Returns a list with ntasks
elements, useful for sending to a foreach
loop
Cory Merow <cory.merow@gmail.com>
x=1:100 chopTasks(x,7)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.