Learn R Programming

ENVISIONQuery (version 1.20.0)

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

Description

Convert the ID set into the list of ID subsets.

Usage

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.

Value

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.