test_that("index casting works", {
expect_equal(util_IndexCaster(.002), -499)
expect_equal(util_IndexCaster(200), 199)
expect_equal(util_IndexCaster(1.2), 0.2)
expect_equal(util_IndexCaster(1), 0)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.