Nothing
test_that("`logged()` works", {
expect_equal(
logged(mean)(x = 1:3),
list(
name = "mean",
value = 2,
arguments = list(x = "1:3")
)
)
})
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.