mergeTables | R Documentation |
merge (inner join) the results in 2 tables generated from 2 vectors
mergeTables(tv, tw, cnv, cnw)
tv |
first table |
tw |
second table |
cnv |
character name for column coming from v |
cnw |
character name for column coming from w |
numeric matrix generated from merging tables from v and w
mt<-mergeTables(inside,outside,"in","out")[1:10,]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.