Get historical ELO ratings from FiveThirtyEight

get_538_elo_historical(team = "pit")

Arguments

team

character, team abbreviated name, must be one of "ari", "atl", "bal", "buf", "car", "chi", "cin", "cle", "dal", "den", "det", "gb", "hou", "ind", "jax", "kc", "oak", "lac", "lar", "mia", "min", "ne", "no", "nyg", "nyj", "phi", "pit", "sf", "sea", "tb", "ten", "wsh"

Value

Returns a tibble

Examples


# Get historic elo for specific team
get_538_elo_historical(team = "pit")
#> Error in dplyr::mutate(., pts_for = suppressWarnings(unlist(pts_for) %>%     as.double())): Problem while computing `pts_for = suppressWarnings(unlist(pts_for) %>%
#> as.double())`.
#>  `pts_for` must be size 1483 or 1, not 1396.