Description Usage Arguments Details Value Author(s)
View source: R/ENVISIONQuery.R
Convert the ID set into the list of ID subsets.
1 | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.