Nothing
test_that("fns_equal works", {
expect_true(fns_equal(read.csv, read.csv))
expect_false(fns_equal(read.csv, write.csv))
# Error on non-function
expect_error(fns_equal(read.csv, 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.