add_miscdata: Join Platform/Region info to Runs

add_platformsR Documentation

Join Platform/Region info to Runs

Description

Join Platform/Region info to Runs

Usage

add_platforms(runs, platforms = speedrunr::platforms)

add_regions(runs, regions = speedrunr::regions)

add_players(runs)

Arguments

runs

A tbl of runs as returned by get_runs or get_leaderboards

platforms, regions

The platform/region data to use. Uses packaged datasets by default.

Value

The input runs tibble with resolved system_* variables and/or player_name column.

Examples

## Not run: 
runs <- get_leaderboards(game = "j1l9qz1g")

add_platforms(runs)
add_regions(runs)

## End(Not run)

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