test_that("use", {
expect_silent(
read_plink_assoc_adjusted_file(
assoc_adjusted_filename = get_plinkr_filename(
"assoc.assoc.adjusted"
)
)
)
expect_silent(
read_plink_assoc_adjusted_file(
assoc_adjusted_filename = get_plinkr_filename(
"assoc.assoc_1_row.adjusted"
)
)
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.