checkSamples | R Documentation |
Check two data.tables to see if they have different samples. Could be any column in theory.
checkSamples(dt1_dt, dt2_dt, col1_v = "Sample", col2_v = col1_v)
dt1_dt |
first data.table |
dt2_dt |
second data.table |
col1_v |
column in first data.table to check. Default is 'Sample' |
col2_v |
column in second data.table to check. Default is to be same as col1_v. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.