Nothing
test_that("cateogry blur basics", {
.vec <- starwars$species
species_blur <- category_blur(.vec, NonHuman = "^(?!Human)")
expect_false(
"Human" %in% names(species_blur)
)
expect_equal(
length(species_blur) + 1,
length(unique(.vec))
)
})
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.