R/data-coalesce_join.R
coalesce_join.Rd
Coalesce Join
coalesce_join( x, y, by = NULL, suffix = c(".x", ".y"), join = dplyr::full_join, ... )
data.frame
data.frame to join with
variables to join by
common variables suffix
type of join
passed to join function
joined data.frame with values replaced