Get All Runs Within a Game's Category
Usage
get_runs(
game,
category,
max = 100,
status = "verified",
offset = NULL,
verbose = FALSE,
...
)
Arguments
- game
The game's id.
- category
The category's id.
- max
The number of runs to return, default is
100
.- status
Filter by run status, default is
"verified"
. Leave blank for all runs.- offset
Offset used for pagination, supply
200
to get the next 200 runs.- verbose
If
TRUE
, will display debugging output for pagination handling. This option will probably not stick around for long.- ...
Optional arguments passed to API.
Value
A tibble of runs.