root <- system.file("extdata", "sim-example", package = "speciomer")
test_that("", {
pars <- read_parameters(root)
expect_true(is.list(pars))
expect_true("hsymmetry" %in% names(pars))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.