Nothing
test_that("read ATE data sets", {
fileName <- ATE.sampleFiles('_Complete_')
d1 <- ATE.complete(fileName, TRUE)
expect_equal(nrow(d1),1)
d2 <- ATE.complete(fileName)
expect_equal(nrow(d2),103)
})
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.