Nothing
test_that("datLUTspp returns expected results", {
skip_on_cran()
# Test look up table classification of species common name
testLUT_species <- datLUTspp(WYtree)
testLUT_results <- testLUT_species$xLUT
unique_classes <- unique(testLUT_results$COMMON_NAME)
#expect_snapshot(testLUT_results)
expect_snapshot(unique_classes)
})
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.