tests/testthat/test-plot-intro.R

context("plot intro")

test_that("test return object", {
	plot_obj <- plot_intro(iris)
	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.