test_that("loggingsummary", {
# Data loading
data(LoggingSimulationOutputs_iter)
expect_error(loggingsummary(x = TRUE),
regexp = "The argument of the 'loggingsummary' function must be a list")
rslt <- capture.output(loggingsummary(LoggingSimulationOutputs_iter))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.