Nothing
test_that("herpAdvancedSearch returns expected output", {
skip_on_cran()
skip_if_not(Sys.getenv("NOT_CRAN") == "true")
result <- herpAdvancedSearch(higher = "snakes", year = "2010", location = "Brazil")
expect_type(result, "character")
expect_true(grepl("https://reptile-database.reptarium.cz/advanced_search?", result))
})
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.