Nothing
require(testthat)
context("datamodel")
test_that("datamodel works",{
expect_identical(
datamodel(editarray(c(
"x %in% c('a','b')",
"y %in% c('x','y')"
))),
data.frame(variable = c('x','x','y','y'),value=c('a','b','x','y'))
)
})
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.