Nothing
test_that("get_terminal", {
fl <- sf::read_sf(system.file("extdata", "walker.gpkg", package = "hydroloom"))
fl <- add_toids(fl)
pl <- add_pathlength(dplyr::select(fl, -Pathlength))
expect_equal(fl$COMID, pl$COMID)
expect_equal(fl$Pathlength, pl$pathlength_km)
})
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.