Nothing
test_that("invert_list_names_and_values() works", {
expect_equal(
invert_list_names_and_values(list(A = "a", B = "b")),
list(a = "A", b = "B")
)
expect_equal(
invert_list_names_and_values(list()),
list()
)
})
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.