Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

espn_mbb_teams only returns 358 of 362 teams #144

Open
presnell opened this issue Feb 16, 2024 · 0 comments
Open

espn_mbb_teams only returns 358 of 362 teams #144

presnell opened this issue Feb 16, 2024 · 0 comments

Comments

@presnell
Copy link

The espn_mbb_teams function returns only 358 of the 362 NCAA men's basketball teams.
Specifically, it misses these teams:

team_id team                              conference                                                                                   
2511    Queens University Royals          ASUN    
2330    Le Moyne Dolphins                 Northeast 
2815    Lindenwood Lions                  Ohio Valley            
88      Southern Indiana Screaming Eagles Ohio Valley

To reproduce, just do the obvious thing:

y <- espn_mbb_teams()
nrow(y)
y |> filter(team_id %in% c(2511, 2330, 2815, 88))    # Returns and empty data frame

Desktop (please complete the following information):

  • OS: linux (Ubuntu 22.04)
  • R version: 4.3.2 (with all packages updated)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant