chunkIndices: Returns the indices of a list of chunk pairs (from...

Description Usage Examples

Description

This is a helper function that returns a list of all of the indices within each chunk.

Usage

1
chunkIndices(chunks)

Examples

1
2
3
4
5
len<- nrow(mtcars)
chunks <- calculateChunks(len,10)%>%
	chunkIndices()

mtcars[chunkIndices[[1]],]

Peder2911/DB_gratia documentation built on May 26, 2019, 9:30 a.m.