Rdocumentation
powered by
Learn R Programming
matchMulti (version 1.0)
resolve.cols: Ensure Dataframes Share Same Set Columns
Description
Takes in two dataframes. For each column name that is in the second frame but not in the first frame, a new column of zeroes is added to the first frame.
Usage
resolve.cols(df1, df2)
Arguments
df1
a dataframe.
df2
a dataframe.
Value
a dataframe