test_that("use", {
expect_true(is_plink_bin_data(create_test_plink_bin_data()))
expect_false(is_plink_bin_data("nonsense"))
expect_message(is_plink_bin_data("nonsense", verbose = TRUE))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.