batch_compute: Compute batches

View source: R/utils.R

batch_computeR 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)

mlampros/textTinyR documentation built on Jan. 17, 2024, 1:18 a.m.