ENVISIONQuery.loop {ENVISIONQuery} | R Documentation |
Perform queries in chunks to comply with potential limitations on the query size for Envision Web query system.
ENVISIONQuery.loop(ids, chunk, queryFun, verbose, ...)
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. |
Alex Lisovich, Roger Day