tests/testthat/test-na_plot.R

context("na_plot")

test_that("base function works", {

  g = na_plot(airquality)
  expect_equal(nrow(g$data), prod(dim(airquality)))

})

Try the ezplot package in your browser

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

ezplot documentation built on Nov. 26, 2023, 5:07 p.m.