Nothing
test_that("get_metadata functions works", {
skip_if_no_cred()
skip_if_offline()
expect_error(get_metadata())
expect_error(get_metadata('dataElements', fields = 12))
expect_warning(get_metadata('dataElements', name %.eq% 'qwerty'))
expect_no_error(get_metadata('dataElements', name %.like% 'malaria'))
})
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.