bill_cross_check | R Documentation |
bill_cross_check
returns a merged data.table showing
information regarding ids and repeated columns.
bill_cross_check(dt1 = NULL, dt2 = NULL, id = NULL, chk = NULL)
dt1 |
A table. |
dt2 |
A table. |
id |
A column name or a vector of column names |
chk |
A column name |
a data.table
bill_cross_check(data.frame(col1=c(1,2,3,3), col2=c('a','b','c','c'),
col3=c('-','=','+','-')),data.frame(col1=c(1,2,3), col2=c('a','b','c'),
col3=c('-','=','+')), id=c('col1','col2'), chk='col3')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.