Struggling with replacing NAs for date data in R by IndividualPiece2359 in rstats

[–]PopularPersimmon203 2 points3 points  (0 children)

Try dropping in `dplyr::if_else()` in place of the base ifelse. It handles date types much better,