Nothing
test_that("summarise_ndr works", {
expect_identical(
{
new <- tx_new(ndr_example)
summarise_ndr(new, level = "state", names = "tx_new")
},
janitor::adorn_totals(dplyr::count(tx_new(ndr_example), ip, state, name = "tx_new"))
)
})
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.