test_that("parse_dict", {
local_edition(3)
dict <- list(
MARRIED = list(
lab = "Married",
labs = c("Sí" = 1, "No" = 2)
)
)
expect_snapshot(parse_dict(dict))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.