Nothing
library("testthat")
library("neotoma2")
context("`taxa()` function")
test_that("taxa() returns only unique results", {
skip_on_cran()
mydataset <- get_downloads(c(1435, 24238))
df <- taxa(mydataset)
testthat::expect_false(any(duplicated(df)))
testthat::expect_is(df, "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.