test_that("init inits", {
src <- dbplyr::lahman_sqlite()
dbc_init(src, "lahman")
expect_true("tbl_lazy" %in% class(lahman_appearances()))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.