Nothing
testthat::test_that(
desc = "read_zenodo works",
code = {
suppressMessages({
x <- eCerto:::read_zenodo(id = "8380870")
})
testthat::expect_true(is.list(x))
testthat::expect_length(x, 6)
testthat::expect_true("Certification" %in% names(x))
testthat::expect_warning(eCerto:::read_zenodo(id = "a"))
}
)
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.