find_records: Classify Runs as WR

View source: R/utils.R

find_recordsR Documentation

Classify Runs as WR

Description

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

## Not run: 
runs <- get_runs(game = "j1l9qz1g", category = "q255jw2o", max = 1000)
runs <- find_records(runs)

## End(Not run)

jemus42/speedrunr documentation built on March 19, 2024, 2:35 p.m.