Nothing
test_that("Name of Variable when using is_named", {
expect_false(is_named(matrix(1:2, 2)))
expect_false(is_named(""))
expect_false(is_named(NA))
expect_true(is_named(data.frame(x = 1)))
})
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.