split_to_chunks {googleCloudVisionR} | R Documentation |
helper function to split a vector to approximately equally sized chunks
split_to_chunks(vec, chunkSize)
vec |
a vector |
chunkSize |
integer, how long should the chunks be? |
a list of chunks