Nothing
context("defunct")
test_that("defunct functions", {
expect_error(driver_redis_api(),
"redux::driver_redis_api",
fixed = TRUE,
class = "defunctError")
expect_error(storr_redis_api(),
"redux::storr_redis_api",
fixed = TRUE,
class = "defunctError")
})
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.