powered by
Compute batches
batch_compute(n_rows, n_batches)
a list
a numeric specifying the number of rows
a numeric specifying the number of output batches
library(textTinyR) btch = batch_compute(n_rows = 1000, n_batches = 10)
Run the code above in your browser using DataLab