Struggling with NA propagation in a custom function using dplyr's mutate in R
👀 Views: 2
💬 Answers: 1
📅 Created: 2025-06-05
r dplyr data-frame
I'm encountering an issue where NA values are being propagated unexpectedly when using a custom function within `dplyr::mutate()`. I'm running R version 4.1.0 a...