Nothing
test_that("read_bulk_info returns necessary data structure", {
result <- read_bulk_info()
expect_type(result, "list")
expect_true(all(c("indicators", "resources") %in% names(result)))
})
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.