Replaces NA values found in a vector with a specified scalar value
NOTE: The dplyr::coalesce() function now provides this functionality in a
more general way, so this function may merit deprecation.
See also
Other functions for NA handling:
na_if_in()