Nothing
data <- readRDS(test_path("fixtures", "canidae_quat_df.rds"))
test_that("pbdb_subtaxa() returns a data frame", {
df <- pbdb_subtaxa(data, do_plot = FALSE)
ns <- c("species", "genera", "families", "orders", "classes", "phyla")
expect_s3_class(df, "data.frame")
expect_identical(names(df), ns)
})
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.