Learn R Programming

wikkitidy (version 0.1.14)

continue_query: Query the Action API continually until a continuation condition no longer holds.

Description

Query the Action API continually until a continuation condition no longer holds.

Usage

continue_query(last_result, predicate, max_requests = 1000)

Value

A query_tbl: an S3 dataframe that is a subclass of tibble::tibble

Arguments

last_result

The query_tbl of results to complete

predicate

The while condition. Results will be continually requested until this evaluates 'false'.