batch_compute {textTinyR} | R Documentation |
Compute batches
Description
Compute batches
Usage
batch_compute(n_rows, n_batches)
Arguments
n_rows |
a numeric specifying the number of rows |
n_batches |
a numeric specifying the number of output batches |
Value
a list
Examples
library(textTinyR)
btch = batch_compute(n_rows = 1000, n_batches = 10)
[Package textTinyR version 1.1.8 Index]