Description Usage Arguments Value Author(s) See Also Examples
merge two data frames, x
and y
, like merge
, but x
is left intact
1 2 3 4 5 6 7 8 |
x, y |
data frames to be merged, in which 'x' will not be changed at all |
by |
names of the columns in which the values link two data frames. When
row names is used to match two tables, the function |
by.x, by.y |
linking column names in 'x' and 'y' if the names are different |
suffix.y |
the suffix for the columns in 'y' that have same name as 'x' excluding 'by.y' |
A merged data frame
Mun-Gwan Hong, mungwan@gmail.com
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.