library(NanoPlotR)
test_that("Input of non dataframe for modResults param throws error", {
expect_error(plotModHist(modResults = 0))
expect_error(plotModHist(modResults = "test"))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.