Nothing
test_that("warn_db", {
expect_null(warn_db(list(), "foo"))
expect_null(warn_db(NULL, "foo"))
expect_null(warn_db(list(a = 5), "foo"))
expect_null(warn_db(list(db = NULL), "foo"))
expect_null(warn_db(list(db = "foo"), "foo"))
expect_warning(warn_db(list(db = "bar"), "foo"),
"'db' value 'bar' ignored; does not match dispatched method 'foo'")
})
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.