context("adding suffix to a list")
test_that("suffix addition is working", {
expect_equal(taxlist:::add_suffix("x", "y"), "x")
expect_equal(taxlist:::add_suffix("x", "x"), "x_1")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.