Nothing
context("itis_taxrank")
test_that("itis_taxrank returns the correct value", {
skip_on_cran()
vcr::use_cassette("itis_taxrank", {
temp <- itis_taxrank(query=202385, verbose=FALSE)
})
expect_match(as.character(temp), "Subspecies")
expect_is(temp, "character")
})
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.