Learn R Programming

wikkitidy (version 0.1.14)

append_query_result: Combine new results for a query with previously downloaded results

Description

Combine new results for a query with previously downloaded results

Usage

append_query_result(old, new)

Value

A new query_tbl of the appropriate subclass, depending on whether the batch is complete.

Arguments

old

The query_tbl of previous results

new

The query_tbl of new results from the server

See Also

perform_query()