data(mtcars)
test_that("returns output of correct type", {
expect_type(my_lm(formula = mpg ~ hp + wt, data = mtcars), "double")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.