Nothing
test_that("form_resp returns correct response", {
my_formula <- formula("x~y+1")
expect_equal(form_resp(my_formula), "x")
my_formula <- formula("~y+1")
expect_null(form_resp(my_formula))
})
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.