test_that("Returns numeric vector of length 1", {
expect_type(lower95(c(1, 2, 3)), "double")
expect_length(lower95(c(1, 2, 3)), 1)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.