| batch_vector | R Documentation |
Internal helper to split a vector into batches with index tracking.
batch_vector(x, batch_size)
x |
Vector to split into batches. |
batch_size |
Integer. Maximum size of each batch. |
A list of lists, each containing: - 'value': The batch values - 'indices': The original indices of the values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.