context("mfa simulation")
test_that("mfa simulation output is valid", {
skip_if_not_installed("mfa")
expect_true(validObject(mfaSimulate()))
expect_true(validObject(mfaSimulate(dropout.present = TRUE)))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.