Match and replace less complete rows with most complete row

e_replace_keys_less_with_most_complete(
  dat_data,
  dat_most_complete,
  col_keys = c("a", "b", "c")
)

Arguments

dat_data

data.frame of data for which to update the keys

dat_most_complete

data.frame with most complete keys

col_keys

names of columns to be used as keys

Value

data.frame updated with data keys