query_tbl {wikkitidy} | R Documentation |
Representation of Wikipedia data returned from an Action API Query module as tibble, with request metadata stored as attributes.
Description
Representation of Wikipedia data returned from an Action API Query module as tibble, with request metadata stored as attributes.
Usage
query_tbl(x, request, continue, batchcomplete)
Arguments
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 |
Value
A tibble: an S3 data.frame with class query_tbl
.
[Package wikkitidy version 0.1.12 Index]