From 641539dcca5d8128442e2fb7a9ae9f1ff42047f4 Mon Sep 17 00:00:00 2001 From: Andrew Weatherman <63006926+andreweatherman@users.noreply.github.com> Date: Tue, 20 Aug 2024 19:40:48 -0400 Subject: [PATCH] critical update to fix cbd_match_teams --- R/cbd_match_teams.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/cbd_match_teams.R b/R/cbd_match_teams.R index 2c4163a..1b7bf0d 100644 --- a/R/cbd_match_teams.R +++ b/R/cbd_match_teams.R @@ -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') %>%