Nothing
context("Read metadata entity")
testthat::test_that("read_metadata_entity() works", {
packageId <- "knb-lter-cap.691.2"
entityId <- "f6e4efd0b04aea3860724824ca05c5dd"
vcr::use_cassette("read_metadata_entity", {
res <- read_metadata_entity(packageId, entityId)
})
expect_true("xml_nodeset" %in% class(res))
expect_true(all("dataTable" %in% xml2::xml_name(res)))
})
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.