Nothing
context("itis_downstream")
test_that("itis_downstream returns the correct value", {
skip_on_cran()
data(rank_ref, package = "taxize")
vcr::use_cassette("itis_downstream", {
dat_ <- itis_downstream(183264, "Species", verbose=FALSE)
})
expect_match(as.character(dat_[1,"rankname"]), "species")
expect_that(dat_, is_a("data.frame"))
expect_that(dim(dat_)[2], equals(6))
})
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.