Nothing
test_that("Data processing works", {
model_data <- data.frame(a = c(1,2,3,4,5,6), b = c(1,2,3,4,5,6), s = c(1,2,3,4,5,6))
expect_true(is.list(prodata(data = model_data, status_colname = "s")))
})
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.