Nothing
testthat::test_that("show.legend works with unused categories", {
vdiffr::expect_doppelganger(title = "Unused categories in legend",
fig = {
saros::ex_survey |>
dplyr::filter(dplyr::if_all(p_1:p_4, ~.x != "Strongly agree")) |>
saros::makeme(dep=p_1:p_4, indep=x1_sex)
})
})
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.