Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

MergeFill

Special Merge


Description

As regular merge, but combine data from columns with the same name.

Usage

MergeFill(df1, df2, by, overwrite = FALSE, ...)

Arguments

df1

first dataframe (lowest priority if overwrite=TRUE).

df2

second dataframe (highest priority if overwrite=TRUE).

by

columns used for merging, required.

overwrite

If FALSE (the default), NA's in df1 are replaced by values from df2. If TRUE, all values in df1 are overwritten by values from df2, except where df2 has NA.

...

additional arguments to merge, such as all.


sequoia

Pedigree Inference from SNPs

v2.3.3
GPL-2
Authors
Jisca Huisman [aut, cre]
Initial release
2021-04-30

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.