Nothing
test_that("getTestSets supports explicit path", {
tmp <- tempfile("pg_testsets_")
dir.create(tmp, recursive = TRUE)
write('{"person":[]}', file.path(tmp, "alpha.json"))
write('{"person":[]}', file.path(tmp, "beta.json"))
sets <- sort(getTestSets(path = tmp))
expect_equal(sets, c("alpha", "beta"))
})
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.