Nothing
# 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")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.