toChunks: Convert the ID set into the list of ID subsets.

Description Usage Arguments Details Value Author(s)

View source: R/ENVISIONQuery.R

Description

Convert the ID set into the list of ID subsets.

Usage

1
toChunks(ids, chunk=1000)

Arguments

ids

Character vector representing the input ID set.

chunk

The maximium number of IDs retrieved during a single query session. Default is 1000.

Details

Converts the ID set into the list of ID subsets according to the chunk size. Used to subdivied a large query into the set of smaller queries to overcome a potential limitation on a single query ID set size.

Value

A list of ID subsets according to the chunk size.

Author(s)

Alex Lisovich, Roger Day


ENVISIONQuery documentation built on Nov. 8, 2020, 5:25 p.m.