ENVISIONQuery.loop: Perform queries in chunks to comply with potential limitations...
Description
Perform queries in chunks to comply with potential limitations
on the query size for Envision Web query system.Usage
ENVISIONQuery.loop(ids, chunk, queryFun, verbose, ...)
Arguments
ids
Character vector representing the input ID set.
chunk
maximum size of the portion of the input ID list to be used in a single query Fun call.
queryFun
a functions submitting the query to the Envision Web query system.
verbose
if TRUE enables diagnostic messages. Default is FALSE.
...
additional arguments to be passed to queryFun.