Nothing
test_that("find_mad", {
expect_snapshot(find_mad(
data = mtcars,
col.list = names(mtcars),
criteria = 3
))
mtcars2 <- mtcars
mtcars2$car <- row.names(mtcars)
expect_snapshot(find_mad(
data = mtcars2,
col.list = names(mtcars),
ID = "car",
criteria = 3
))
})
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.