test_that("Testing plotSampleInfo function", {
library(ggalluvial)
data("dkd_spe_subset")
expect_error(plotSampleInfo(dkd_spe_subset, column2plot = c("SlideName", "disease_status", "xyz")))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.