Nothing
iso = getIsoscapes("CaribSr")
iso2 = getIsoscapes("CaribSr")
test_that("getIsoscapes works",{
if(!is.null(iso)){
expect_is(iso, "SpatRaster")
}
expect_equal(iso, iso2)
expect_error(getIsoscapes("USPrecipALLs"))
})
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.