Nothing
testthat::test_that("ungroup_data", {
x <- saros.base::ex_survey |>
dplyr::group_by(.data$f_uni)
testthat::expect_false(inherits(saros.base:::ungroup_data(x), "grouped_df"))
x <- saros.base::ex_survey |>
srvyr::as_survey_design() |>
srvyr::group_by(.data$f_uni)
testthat::expect_false(inherits(saros.base:::ungroup_data(x), "grouped_svy"))
})
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.