rbindFill: Append the rows of one dataframe to another.

Description Usage Arguments Details Value

View source: R/rbindFill.R

Description

Part of Pedigree Curation

Usage

1
rbindFill(df1, df2)

Arguments

df1

the target dataframe to append to.

df2

the the donor dataframe information should be appended from

Details

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

Value

The appended dataframe with NA inserted into columns as needed.


rmsharp/nprcmanager documentation built on April 24, 2021, 3:13 p.m.