Nothing
test_that("Relabeling to always provide the canonical labels works", {
block <- factor(c(1,4,4,3,2))
expect_equal(relabel(block = block,n_blocks = 4), factor(c(1,2,2,3,4)))
})
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.