library(STWIBFH)
test_that("Calculate Bins", {
expect_equal(getCutBins(10,2,5), c(10,15,20))
expect_equal(getCutBins(10,3,5), c(10,15,20,25))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.