Next.httpquery: Retrieve the next page of a query that was started with...

View source: R/httpapi.R

Next.httpqueryR Documentation

Retrieve the next page of a query that was started with New.httpquery. The data in the server's HTTP response is returned in raw form. If the return value is NULL, the query has reached its last page of results and there is no more data to fetch.

Description

Retrieve the next page of a query that was started with New.httpquery. The data in the server's HTTP response is returned in raw form. If the return value is NULL, the query has reached its last page of results and there is no more data to fetch.

Usage

Next.httpquery(query)

Arguments

query

an env of class "httpquery" returned by New.httpquery.

Value

the raw data of the HTTP response, or NULL if there is no more data to fetch from this query.


Paradigm4/SciDBR documentation built on Nov. 9, 2023, 4:58 a.m.