test_that("minimal use", {
expect_silent(
create_plink_bin_filenames(
bed_filename = "file.bed",
bim_filename = "file.bim",
fam_filename = "file.fam"
)
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.