Nothing
test_that("censor values", {
# run censor_values and test that NAs returned
r <- censor_values(value = seq.int(1, 10, 1), censor_threshold = 5)
expect_false(all(is.na(r)))
expect_true(is.na(r[1]))
})
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.