CodexBloom - AI-Powered Q&A Platform

Error when attempting to use replace_na from tidyr on a data frame with list-columns in R 4.3

👀 Views: 0 💬 Answers: 1 📅 Created: 2025-06-12
r tidyr data-frame NA-values

I'm encountering an issue when trying to use the `replace_na` function from the `tidyr` package on a data frame that contains list-columns. Specifically, I have...