get_538_elo: Get ELO ratings from FiveThirtyEight

View source: R/get_538_elo.R

get_538_eloR Documentation

Get ELO ratings from FiveThirtyEight

Description

Get ELO ratings from FiveThirtyEight

Usage

get_538_elo(season = 2020, stat = "weekly_elo")

Arguments

season

character or numeric, must be 2015 or greater

stat

character, must be one of "games", "weekly_elo", "weekly_rating", "distance", "qb_adj_playoff", "qb_adj"

Value

Returns a tibble

Examples

# Get elo for specific season and stat
get_538_elo(season = 2020, stat = "weekly_elo")

jthomasmock/espnscrapeR documentation built on Feb. 11, 2024, 4:07 p.m.