library(STWIBFH)
test_that("Calculate Interquantile Range", {
expect_equal(calculateInterquantile(c(2,3,4,5,6)), 2)
expect_equal(calculateInterquantile(c(2,3,4,5)), 1.5)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.