Nothing
test_that("convert_ellipsis_to_params works", {
expect_equal(convert_ellipsis_to_params(toto = 1, tata = 2), list(toto = 1, tata = 2))
expect_equal(convert_ellipsis_to_params(list(toto = 1, tata = 2)), list(toto = 1, tata = 2))
expect_error(convert_ellipsis_to_params(toto = 1, 2))
})
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.