context("taxa")
test_that("correct info about class structure", {
data = read.morphodata("../testFiles/sample.txt")
expect_equal(paste(taxa(data), collapse = ","), "hybr,ph,ps,st")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.