ENVISIONQuery.loop: Perform queries in chunks to comply with potential...

Description Usage Arguments Author(s)

View source: R/ENVISIONQuery.R

Description

Perform queries in chunks to comply with potential limitations on the query size for Envision Web query system.

Usage

1
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.

Author(s)

Alex Lisovich, Roger Day


ENVISIONQuery documentation built on Nov. 8, 2020, 5:25 p.m.