Nothing
test_that("results", {
# TRUE means different lengths
expect_true(.check_lengths(list(1:5),
list(6:9)))
expect_false(.check_lengths(list(1:5),
list(6:10)))
})
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.