Skip to contents

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