View source: R/InteractDataframe.R
mergeCustom | R Documentation |
merge two data.frame based on xcol and ycol
mergeCustom(x, y, xcol, ycol)
x |
the first data.frame |
y |
the second data.frame |
xcol |
colnames which you want to merged in first data.frame |
ycol |
colnames which you want to merged in second data.frame |
return the new data.frame merged
library(handyFunctions) data(people) data(grade) mergeCustom(people, grade, "..name", "name")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.