tests/testthat/test-plot_scatter.R

test_that("plot the scatters", {
  expect_snapshot(
    test <- plot_scatter(data = mtcars,
                         x = mpg,
                         y = qsec,
                         group = ~cyl,
                         cor = TRUE)
  )
})
Blockhead-yj/report.iqz documentation built on March 18, 2022, 5:30 a.m.