Learn R Programming

wikkitidy (version 0.1.14)

perform_query: Perform a single request to the Action API.

Description

This function is the workhorse behind the user-facing next_result(), next_batch() and retrieve_all().

Usage

perform_query(request, continue)

Value

A query_tbl() of the results

Arguments

request

The request object

continue

The continue parameter returned by the previous request

See Also

append_query_result()