tests/testthat/test-show_replicate_histogram_data.R

test_that("class is right",
          expect_is(
            show_replicate_histogram_data(rep_dat),
            "data.frame"
          )
)

test_that("show_replicate_histogram_data colnames",
          expect_equal(
            colnames(show_replicate_histogram_data(rep_dat)),
            c("Sequence", "Exposure", "Start", "End", "ID",  "n")
          )
)

Try the HaDeX2 package in your browser

Any scripts or data that you put into this service are public.

HaDeX2 documentation built on Feb. 9, 2026, 5:07 p.m.