Nothing
test_that("gets error with wrong inputs", {
expect_message(
flux_fun_check(
list(ar1 = 3, ar2 = "blop"),
fn = list(is.numeric, is.numeric),
msg = rep("has to be numeric", 2)
),
"Argument ar2 has to be numeric"
)
})
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.