context("List data package identifiers")
testthat::test_that("list_data_package_identifiers() works", {
vcr::use_cassette("list_data_package_identifiers", {
res <- list_data_package_identifiers("knb-lter-ble")
})
expect_equal(class(res), "numeric")
expect_true(length(res) > 0)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.