Skip to content

Instantly share code, notes, and snippets.

@yu-iskw
Created January 1, 2014 12:40
Show Gist options
  • Save yu-iskw/8207771 to your computer and use it in GitHub Desktop.
Save yu-iskw/8207771 to your computer and use it in GitHub Desktop.
R の merge 関数は結合キーを複数指定できる ref: http://qiita.com/hereticreader/items/ac6aed5445a2198a2c49
merge(x=data.frame.x, y=data.frame.y
, by.x=c("clm1", "clm2")
, by.y=c("clm1", "clm2")
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment