Part of Pedigree Curation

rbindFill(df1, df2)

Arguments

df1

the target dataframe to append to.

df2

the the donor dataframe information should be appended from

Value

The appended dataframe with NA inserted into columns as needed.

Details

Appends the rows of df2 to df1, can handle cases where df2 has a subset of the columns of df1