# Test helper function a()
test_that("a() works on a tibble", {
expect_equal(oni %>% a(),
as.data.frame(oni))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.