View source: R/e_complete_multiple_keys_ALL.R
e_replace_keys_less_with_most_complete | R Documentation |
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")
)
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 |
data.frame updated with data keys
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.