Skip to content

Commit

Permalink
critical update to fix cbd_match_teams
Browse files Browse the repository at this point in the history
  • Loading branch information
andreweatherman authored Aug 20, 2024
1 parent bd2bfb2 commit 641539d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/cbd_match_teams.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
cbd_match_teams <- function() {

teams <- cbbdata::cbd_teams() %>%
dplyr::select(-c(long, lat, espn_logo, espn_dark_logo, logo, wordmark, color, alt_color)) %>%
dplyr::select(-c(arena_lon, arena_lat, espn_logo, espn_dark_logo, logo, wordmark, color, alt_color, primary_arena, capacity, arena_elevation, arena_elevation_rank)) %>%
tidyr::pivot_longer(-common_team)

team_matching <- teams %>% dplyr::pull('common_team') %>%
Expand Down

0 comments on commit 641539d

Please sign in to comment.