Nothing
test_that("summarize_ndr works as planned", {
expect_identical(
{
curr <- tx_curr(ndr_example)
summarize_ndr(curr, level = "state", names = "tx_curr")
},
janitor::adorn_totals(dplyr::count(tx_curr(ndr_example), ip, state, name = "tx_curr"))
)
})
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.