Nothing
test_that("Grouper works", {
grp <- Grouper$new(A, B, C)
.ser <- grp$serialize()
expect_equal(
length(.ser$args),
3
)
expect_equal(grp$str(), "Grouper(group_on = [A, B, C])")
})
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.