Nothing
test_that("find_data works for glm", {
expect_identical(
find_data(fit_glm),
fit_glm$data
)
})
test_that("find_data fails for lm", {
expect_error(
find_data(fit_lm),
"data must be provided explicitly for lm objects"
)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.