Nothing
context("deparse")
test_that("deparse", {
f = function(num, na.ok) {
assertNumber(num)
qassert(na.ok, "B1")
}
expect_true(f(1, TRUE))
expect_error(f(NULL, TRUE), "num")
expect_error(f(1, NULL), "na.ok")
})
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.