test_that("f12a works on example data", {
expect_equal(f12a(example_data_12(1)), 10)
expect_equal(f12a(example_data_12(2)), 19)
})
test_that("f12b works on example data", {
expect_equal(f12b(example_data_12(1)), 36)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.