test_that("output from regress is as expected", {
expect_snapshot(ols_regress(mpg ~ disp + hp + wt, data = mtcars))
expect_snapshot(ols_regress(lm(mpg ~ disp + hp + wt, data = mtcars)))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.