Skip to contents

Classify Runs as WR

Usage

find_records(runs, by = "date")

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, or submitted for the time the run was submitted to speedrun.com.

Value

A modified runs

tibble with a boolean record variable.

Examples

if (FALSE) {
runs <- get_runs(game = "j1l9qz1g", category = "q255jw2o", max = 1000)
runs <- find_records(runs)
}