test_that("my_lm returns a list", {
expect_type(my_lm(lifeExp ~ gdpPercap, my_gapminder), "list")
})
test_that("missing arguments return an error", {
expect_error(my_lm(lifeExp ~ gdpPercap))
expect_error(my_lm(gapminder))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.