test_that("get_etiology", {
ee <- get_etiology("ID", c("ID1", "foo", "ID3"))
expect_equal(
ee,
c(
ID1 = "Replication slippage; defective DNA mismatch repair",
foo = "",
ID3 = "Tobacco smoking"
)
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.