Nothing
test_that("Test data snapshot", {
eg_dataname <- data(package = "autoslider.core")$results[, "Item"] %>%
.[grep("eg_", .)] %>%
sort()
for (datai in eg_dataname) {
expect_snapshot(dim(get(datai)))
expect_snapshot(head(get(datai)))
}
})
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.