Replaces any NULL argument with a vector of NA
, and casts every vector
to the same type as the last vector. After that, calls dplyr::coalesce()
.
Replaces any NULL argument with a vector of NA
, and casts every vector
to the same type as the last vector. After that, calls dplyr::coalesce()
.