Nothing
library(testthat)
data("melanoma", package = "boot")
test_that("checking for missing values for character columns works", {
melanoma2 <- melanoma
result= check_cha('status', melanoma2)
expect_s3_class(result, "table")
})
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.