Nothing
test_that("save as temp fst table", {
iris %>% as_fst() -> iris_fst
expect_named(iris_fst)
expect_named(iris_fst,names(iris))
expect_equal(iris_fst[],iris)
})
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.