test_that("use", {
taxon_names <- c(
"Pan troglodytes",
"Pan paniscus"
)
pages <- download_searches_results(taxon_names)
expect_equal(length(taxon_names), length(pages))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.