Nothing
context("Dust a grouped_df")
test_that("ungroup a grouped_df",
{
expect_silent(
dust(mtcars %>%
dplyr::group_by(am, vs))
)
})
test_that("split a grouped_df",
{
expect_silent(
dust(mtcars %>%
dplyr::group_by(am, vs),
ungroup = FALSE)
)
})
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.