Nothing
test_that("is.historical() works", {
for (conn in get_test_conns()) {
expect_true(is.historical(dplyr::tbl(conn, id("__mtcars_historical", conn))))
expect_false(is.historical(dplyr::tbl(conn, id("__mtcars", conn))))
connection_clean_up(conn)
}
})
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.