test_that("use", {
if (is_plink_tutorial_data_installed()) {
expect_silent(get_plink_tutorial_data_filenames())
}
expect_error(
get_plink_tutorial_data_filenames(plink_folder = get_plinkr_tempfilename())
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.