tests/testthat/test-plot-missing.R

context("plot missing data profile")

test_that("test return object", {
  plot_obj <- plot_missing(airquality)
  expect_true(is_ggplot(plot_obj))
})

Try the DataExplorer package in your browser

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

DataExplorer documentation built on March 8, 2026, 9:06 a.m.