Nothing
test_that("error_reduce", {
expect_equal(
error_reduce(1:10, sum),
55
)
.vec <- replicate(5, sample(letters, 10), simplify = F)
expect_equal(
error_reduce(.vec, union),
reduce(.vec, union)
)
})
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.