View source: R/get-query-results.R
continue_query | R Documentation |
Query the Action API continually until a continuation condition no longer holds.
continue_query(last_result, predicate, max_requests = 1000)
last_result |
The query_tbl of results to complete |
predicate |
The while condition. Results will be continually requested until this evaluates 'false'. |
A query_tbl: an S3 dataframe that is a subclass of tibble::tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.