Nothing
context("add_polid")
data(net)
nets <- sf::st_as_sf(net)
net <- net[1, ]
bb <- sf::st_as_sf(sf::st_as_sfc(sf::st_bbox(nets)))
bb$id <- "a"
a <- add_polid(polyg = bb, street = nets, by = "id")
test_that("emis_merge works", {
expect_equal(add_polid(polyg = bb, street = nets, by = "id")$id[1],
"a")
})
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.