Description Usage Arguments Value Examples
Merge two datasets
1 | merge_data(df1, df2, union = TRUE)
|
df1 |
first dataframe |
df2 |
second dataframe |
union |
boolean argument, if TRUE will add NA values, if FALSE will take intersect, default=TRUE |
data frame containing merged data
1 2 3 4 | ## Not run:
merge_data(df1, df2, union=TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.