toChunks {ENVISIONQuery} | R Documentation |
Convert the ID set into the list of ID subsets.
toChunks(ids, chunk=1000)
ids |
Character vector representing the input ID set. |
chunk |
The maximium number of IDs retrieved during a single query session. Default is 1000. |
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.
A list of ID subsets according to the chunk size.
Alex Lisovich, Roger Day