inst/tinytest/test-plot_tt.R

# issue #95: plot_tt() can select j with a regex
tab <- data.frame(a = 1, b = 2) |>
    tt() |>
    plot_tt(1, j = "a", fun = "density", data = list(rnorm(100)))
expect_inherits(tab, "tinytable")

Try the tinytable package in your browser

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

tinytable documentation built on Oct. 5, 2024, 5:06 p.m.