Nothing
library("testthat")
library("mapi")
test_that("MAPI_CheckData", {
data("samples")
data("metric")
clean.data <- mapi::MAPI_CheckData(samples, metric)
expect_equal(nrow(clean.data[['samples']]), 200)
expect_equal(nrow(clean.data[['metric']]), 39800)
})
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.