Nothing
test_that("make_sf() ~works~ doesn't fail", {
expect_type(sf0 <- make_sf("foo"), "closure")
expect_identical(sf0, sf, ignore_function_env = TRUE)
expect_identical(sf0(23232), "")
expect_error(sf0(23232, check = TRUE))
})
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.