test_that("use", {
expect_silent(check_maf(0.3))
expect_error(check_maf(0.6))
expect_error(check_maf(-0.3))
expect_error(check_maf("nonsense"))
expect_error(check_maf(""))
expect_error(check_maf(12))
expect_error(check_maf(NULL))
expect_error(check_maf(NA))
expect_error(check_maf(Inf))
expect_error(check_maf(c(0.1, 0.2)))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.