find_records | R Documentation |
Classify Runs as WR
find_records(runs, by = "date")
runs |
A tibble::tibble of runs as returned by get_runs. |
by |
Variable that determines record status, either |
A modified runs
tibble with a boolean record
variable.
## Not run:
runs <- get_runs(game = "j1l9qz1g", category = "q255jw2o", max = 1000)
runs <- find_records(runs)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.