Nothing
config.json <- system.file("extdata", "config.json", package = "configr")
config <- read.config(config.json, file.type = "json")
test_that("config.section.del", {
x1 <- "default" %in% names(config)
config <- config.sections.del(config, "default")
x2 <- !"default" %in% names(config)
expect_that(x1 && x2, equals(TRUE))
})
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.