test_that("soft works", {
expect_equal(soft(2, 1), 1)
expect_equal(soft(-2, 1), -1)
expect_equal(soft(3.2, 1.1), 2.1)
expect_equal(soft(3.2, 4.5), 0)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.