perform_query {wikkitidy} | R Documentation |
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)
Arguments
request |
The request object |
continue |
The continue parameter returned by the previous request |
Value
A query_tbl()
of the results
See Also
[Package wikkitidy version 0.1.14 Index]