Classify Runs as WR
Arguments
- runs
A tibble::tibble of runs as returned by get_runs.
- by
Variable that determines record status, either
date
(default) for the date of the run, orsubmitted
for the time the run was submitted to speedrun.com.
Examples
if (FALSE) {
runs <- get_runs(game = "j1l9qz1g", category = "q255jw2o", max = 1000)
runs <- find_records(runs)
}