Nothing
testthat::test_that("runs correctly", {
# search for lidar data information using bbox
search_result <- dsmSearch::lidar_search(bbox = c(-83.742282,
42.273389,
-83.733442,
42.278724),
preview = FALSE)
testthat::expect_type(search_result, "list")
})
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.