R/utils.R
chunk_dataframe.Rd
Splits a data frame into chunks of specified size.
chunk_dataframe(df, chunk_size)
A data frame to split into batches
Number of rows per batch
A list of data frames, each with at most chunk_size rows