tests/testthat/test-summaryAsHTML.R

library(htmlTable)
set.seed(1)
x <- rnorm(100)

test_that("Numerical summary as HTML format works", {
  expect_error(htmlTable(summaryAsHTML(x)), NA)
})
TalhoukLab/biostatUtil documentation built on April 14, 2025, 4:15 a.m.