test_that("FastqcData fails on NULL",{
expect_error(FastqcData(NULL))
})
test_that("FastqcDataList fails on NULL",{
expect_error(FastqcDataList(NULL))
})
test_that(".FastqcFile failes on NULL", {
expect_error(.FastqcFile(NULL))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.