😳 Clearly something went awry with my 🦃!

turkey_coords %>%
  group_by(shape) %>%
  ggplot(aes(x = x, y = y)) +
  geom_path() +
  ggtitle("Happy T-Gives")