test_that("stopping function works", {
expect_equal(stopping(c(0.2, 4), 1), FALSE)
expect_equal(stopping(c(0.2, 0.5), 1), TRUE)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.