Nothing
# Tests for fortify.poolaccum()
test_that("fortify works for poolaccum objects", {
expect_snapshot(fortify(bci_pool))
expect_s3_class(fortify(bci_pool), "tbl_df")
})
test_that("tidy works for poolaccum objects", {
expect_snapshot(tidy(bci_pool))
expect_s3_class(tidy(bci_pool), "tbl_df")
})
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.