Nothing
test_that("numeric blur", {
.fn <- numeric_blur.f(c(-2, 2))
expect_equal(class(.fn), "function")
result <- .fn(-10:10)
expect_equal(class(result), "factor")
expect_equal(levels(result), c("(-Inf,-2]", "(-2,2]", "(2, Inf]"))
})
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.