test_that("minimal use", {
expect_silent(get_default_ormr_folder_name())
})
test_that("always the same folder", {
expect_equal(
get_default_ormr_folder_name(),
get_default_ormr_folder_name()
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.