batch_compute | R Documentation |
Compute batches
batch_compute(n_rows, n_batches)
n_rows |
a numeric specifying the number of rows |
n_batches |
a numeric specifying the number of output batches |
a list
library(textTinyR)
btch = batch_compute(n_rows = 1000, n_batches = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.