index_pigeon: Pigeonhole Maker

Description Usage Arguments Examples

Description

See examples

Usage

1
index_pigeon(total_count, chunk_size, f = I, ...)

Arguments

total_count

TBD

chunk_size

TBD

f

TBD

...

TBD

Examples

1
2
3
4
VEC <- paste0("x", 1:1000)
f <- function(ind) VEC[ind]
index_pigeon(1000, 100, f, VEC)
index_pigeon(1000, 100, f, VEC, simplify = FALSE)

bfatemi/indexMaker documentation built on May 20, 2019, 12:11 p.m.