toChunks {ENVISIONQuery}R Documentation

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.

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


[Package ENVISIONQuery version 1.40.0 Index]