Nothing
test_that("sf_geometry_name works", {
gzma = sf::read_sf(system.file('extdata/gzma.gpkg',package = 'sdsfun'))
expect_equal(sf_geometry_name(gzma), "geom")
})
test_that("sf_geometry_type works", {
gzma = sf::read_sf(system.file('extdata/gzma.gpkg',package = 'sdsfun'))
expect_equal(sf_geometry_type(gzma), "polygon")
})
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.