Nothing
# tests for ubio_synonyms fxn in taxize
context("ubio_synonyms")
out <- ubio_synonyms(hierarchiesID = 4091702)
test_that("ubio_synonyms returns the correct value", {
expect_that(dim(out), equals(c(1,9)))
})
test_that("ubio_synonyms returns the correct class", {
expect_that(out, is_a("data.frame"))
})
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.