Nothing
library(occCite)
library(ape)
test_that("is occCitePrint working?", {
data(myOccCiteObject)
mySimpleOccCiteObject <- myOccCiteObject
myOccCitations <- occCitation(mySimpleOccCiteObject)
test_that("regular print", {expect_output(print(myOccCitations))})
test_that("print by species", {expect_output(print(myOccCitations, bySpecies = TRUE))})
})
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.