Camden Kay
Camden Kay
Since the function is built for the current league structure (three divisions in each league), there'll be small inaccuracies every year pre-1994, but not necessarily outright errors unless trying to...
I'll take a look tonight and see what the issue is. FanGraphs put out something earlier this year saying they'll be changing their site around which would ultimately result in...
My guess is Baseball Reference might've rate limited your requests. I ran this below without any issues. ``` library(tidyverse) library(baseballr) teams
I think it was likely a temporary limitation. Have you tried updating the package and then running the example that I included to see if that works for you?
I'm able to duplicate this issue with 1.5.0 as well so we'll take a look!
Can you run the following in a fresh R session to see if it works? I'm guessing there's some potential package clashing. ``` r library(dplyr) library(ggplot2) library(baseballr) library(mlbplotR) playoff_teams_2022 mutate(Team...
Can you add the output of `sessioninfo::session_info()` from the last reprex?
Can you restart your R Session and then rerun the reprex attached above? There are some packages in the session info you output that weren't included in the reprex (like...
Apologies for the (very) late response. But were you able to resolve this issue? I think you need to download [rtools](https://cran.r-project.org/bin/windows/Rtools/) first and then it should work.
Can you please share the code you used to make the table (a simple fake data frame will suffice if it's a long script) and can you share what version...