Nothing
testthat::test_that("runs correctly", {
las <- dsmSearch::get_lidar(x = -83.741289,
y = 42.270146,
r = 1000,
epsg = 2253)
if (is.character(las)) {
testthat::expect_type(las, "character")
} else {
testthat::expect_type(las, "S4")
}
})
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.