test_that("use", {
expect_silent(
check_plink2_bin_data(
plink2_bin_data = create_test_plink2_bin_data()
)
)
expect_error(
check_plink2_bin_data(
plink2_bin_data = "nonsense"
)
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.