Description Usage Arguments Value Author(s)
getConfusion
| 1 | getConfusion(dfA, dfB, inds, idColA, idColB = NULL)
 | 
| dfA | First data frame being linked | 
| dfB | Second data frame being linked | 
| inds | A nx2 index pair matrix indicating the detected matches | 
| idColA | The column name in dfA of the shared id across dfA and dfB | 
| idColB | The column name in dfB of the shared id across dfA and dfB. If NULL, it assumes the column in B has the same name as the column in A | 
getConfusion returns a dataframe of the original dataframes bound by index.
Sam Murray<slmurray@andrew.cmu.edu>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.