You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running get_538_elo_historical(team = "ari") (or any team for this matter), I get the following error:
Error in `dplyr::mutate()`: ℹ In argument: `pts_for = suppressWarnings(unlist(pts_for) %>% as.double())`. Caused by error: ! `pts_for` must be size 1622 or 1, not 1521.
The text was updated successfully, but these errors were encountered:
Hi Tom -
When running
get_538_elo_historical(team = "ari")
(or any team for this matter), I get the following error:Error in `dplyr::mutate()`: ℹ In argument: `pts_for = suppressWarnings(unlist(pts_for) %>% as.double())`. Caused by error: ! `pts_for` must be size 1622 or 1, not 1521.
The text was updated successfully, but these errors were encountered: