Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


ENVISIONQuery (version 1.20.0)

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.