test_that("use", {
cov_table <- read_plink_phe_file(
phe_filename = get_plinkr_filename("pheno.raw")
)
expect_silent(check_cov_table(cov_table))
expect_silent(check_empty_plinkr_folder())
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.