query_tbl | R Documentation |
Representation of Wikipedia data returned from an Action API Query module as tibble, with request metadata stored as attributes.
query_tbl(x, request, continue, batchcomplete)
x |
A tibble |
request |
The httr2_request object used to generate the tibble |
continue |
The continue parameter returned by the API |
batchcomplete |
The batchcomplete parameter returned by the API |
A tibble: an S3 data.frame with class query_tbl
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.