Description Usage Arguments Value Examples
View source: R/misc_functions.R
Combine two data frames
1 | merge_drop(x, y, by = 0, ...)
|
x |
The first data frame to be coerced to one. |
y |
The second data frame to be coerced to one. |
by |
specifications of the columns used for merging. The default is by row names |
... |
arguments to be passed to or from methods. |
The returned data frame is the combination of x and y, with the rownames properly assigned.
1 2 3 4 | ## Not run:
merged.df <- merge_drop(df1,df2)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.