test_that("stepwise linear model", {
expect_snapshot(
step_lm(data_wider = mtcars, formula = mpg ~ ., trace = FALSE)
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.