standardize_x_split: Splits the object (table) in chunks by rows

View source: R/nstandr.r

standardize_x_splitR Documentation

Splits the object (table) in chunks by rows

Description

Convenient to apply some function to the table in chunks, e.g., if you want to add display of progress.

Usage

standardize_x_split(x, by, len = NULL)

Arguments

x

object or table

by

number of rows to split by

len

length of the table (nrow). If it is NULL then use x_length(x)

Value

List of (sub)tables


stasvlasov/nstandr documentation built on July 27, 2023, 10:29 p.m.