CodexBloom - AI-Powered Q&A Platform

Error with `dplyr::summarise()` not retaining group columns when using `across()` in R 4.3

👀 Views: 0 💬 Answers: 1 📅 Created: 2025-06-18
r dplyr data-manipulation

I'm running into an issue where using `dplyr::summarise()` with `across()` doesn't seem to retain the grouping variables in my resulting data frame. I have a da...