Nothing
context("Read data package DOI")
testthat::test_that("read_data_package_doi() works", {
vcr::use_cassette("read_data_package_doi", {
res <- read_data_package_doi("knb-lter-jrn.210548103.15")
})
expect_equal(class(res), "character")
expect_true(length(res) > 0)
})
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.