Nothing
test_that("i14y_get_content_information() returns a list", {
if (!curl::has_internet()) {
skip("No internet connection")
}
list <- i14y_get_content_information(
identifier = "HCL_CH_ISCO_19_PROF"
)
expect_equal(class(list), "list")
expect_true(length(list) >= 1)
})
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.