Nothing
test_that("coorkie parsing works!", {
EXAMPLE_COOKIE <- "foo=bar; baz=quux"
EXPECTED_RESULT <- list(foo = "bar", baz = "quux")
result <- parse_cookies(EXAMPLE_COOKIE)
testthat::expect_equal(result, EXPECTED_RESULT)
})
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.