Tony ElHabr
Tony ElHabr
RE: load functions. I like the idea of having a function to list possible cups, comps, and years. We'll have to think of the right way to automate it. Right...
RE: mismatched names. Yes, I've seen this kind of things with MLS team names, where they changed the name of a team at some point (e.g. 'Sporting Kansas City' ->...
Hmm I think you're right. There's not really a correct way of getting this data right now. I don't think it should be too hard to implement. We just need...
for issue (2), i'm not surprised. i have found that the function becomes inconsistent once it's asked to scrape multiple leagues or seasons. i've had to resort to just calling...
Did you make sure to `library(worldfootballR)` before your code snippet? ```r library(worldfootballR) prem_2020_player_shooting
are you updating the package from CRAN with `install.packages('worldfootballR')`? while that's convenient, the version on CRAN isn't actually the latest version at the moment, so may have some issues. you'd...
> What version of `worldfootballR` are you using? > > It works for me: > > ``` > packageVersion("worldfootballR") > [1] ‘0.6.5.4’ > > aa > dplyr::glimpse(aa) > > Rows:...
ah, you know, that `pkgdown` Github action has been running on every merge to `main`. it seems the issue blocking rebuilds of the site has been with a function call...