context("harmonise")
# exp_dat <- extract_instruments("ieu-a-2")
# out_dat <- extract_outcome_data(exp_dat$SNP, "ieu-a-7")
load(system.file("extdata", "test_commondata.RData", package="TwoSampleMR"))
test_that("check columns before harmonising", {
expect_null(check_required_columns(exp_dat, "exposure"))
expect_null(check_required_columns(out_dat, "outcome"))
expect_error(check_required_columns(subset(exp_dat, select=-id.exposure), "exposure"))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.