Nothing
test_that("delete_all works", {
fig <- Fig$new()
old_items <- fig$.__enclos_env__$private$storage
fig$delete_all()
expect_false(identical(fig$.__enclos_env__$private$storage, old_items))
})
test_that("fig_delete_all shares delete_all arguments", {
expect_equal(formalArgs(fig_delete_all), formalArgs(Fig$new()$delete_all))
})
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.