Nothing
test_that("Show method for SWD class produces the correct output", {
data <- SDMtune:::t
expect_snapshot(data)
data@data <- data@data[, 1:3]
expect_snapshot(data)
data@data <- SDMtune:::t@data[, "biome", drop = FALSE]
expect_snapshot(data)
})
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.