context("ext = .feather")
test_that("tabular data", {
foo1 <- cached("test", "foo", ext = ".feather", verbose = TRUE) %or% tibble::tibble(foo = "bar", baz = 3.14)
foo2 <- cached("test", "foo", ext = ".feather", verbose = TRUE) %or% NULL
expect_identical(foo1, foo2)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.