test_that("hiking", {
expect_equal(round(hiking(0), 2), 5.04)
expect_equal(round(hiking(-0.05), 2), 6)
expect_equal(round(hiking(0.84), 2), 0.27)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.