powered by
Helper function for INSERT
insert_batch_chunker(x, n_batches, batch_size)
A list.
A vector of data to insert.
Integer, the number of batches needed to insert the data.
Integer, the size of each batch.
insert_batch_chunker(c(1, 2, 3), 1, 100)
Run the code above in your browser using DataLab