tests/testthat/test-distribution_plot.R

context("distribution_plot")

test_that("base function works", {

  g = distribution_plot(mtcars, "mpg")

  expect_equal(nrow(g$data), 32)

})

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.