test_that("gencodeReleaseHistory", {
for (organism in c("Homo sapiens", "Mus musculus")) {
df <- gencodeReleaseHistory(organism = organism)
expect_s4_class(df, "DFrame")
}
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.