Nothing
test_that("check default behavior", {
skip_on_cran()
govcan_setup("https://open.canada.ca/data/fr")
expect_equal("https://open.canada.ca", suppressWarnings(ckanr::ckan_info()$site_url))
govcan_setup()
expect_equal("https://open.canada.ca", suppressWarnings(ckanr::ckan_info()$site_url))
})
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.