Part of Pedigree Curation
rbindFill(df1, df2)
df1 | the target dataframe to append to. |
---|---|
df2 | the the donor dataframe information should be appended from |
The appended dataframe with NA
inserted into columns as
needed.
Appends the rows of df2 to df1, can handle cases where df2 has a subset of the columns of df1