Learn R Programming

textTinyR (version 1.1.8)

batch_compute: Compute batches

Description

Compute batches

Usage

batch_compute(n_rows, n_batches)

Value

a list

Arguments

n_rows

a numeric specifying the number of rows

n_batches

a numeric specifying the number of output batches

Examples

Run this code

library(textTinyR)

btch = batch_compute(n_rows = 1000, n_batches = 10)

Run the code above in your browser using DataLab