Nothing
test_that("table has 3 rows on grouped iris (species)", {
rowcount_tbl <- nrow(make_group_table(dplyr::group_by(iris, Species)))
rowcount_dplyr <- dplyr::n_groups(dplyr::group_by(iris, Species))
expect_identical(rowcount_tbl, rowcount_dplyr)
})
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.