context("test searching taxonomy ID function")
test_that("return ID for a taxon", {
taxon <- "homo sapiens"
a <- search_taxonID_online(taxon)
expect_that(a, is_a("data.frame"))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.