Nothing
context("Summarize evaluate report")
testthat::test_that("read_data_package_report_summary() works", {
vcr::skip_if_vcr_off()
vcr::use_cassette("read_data_package_report_summary", {
expect_message(
read_data_package_report_summary(
packageId = "knb-lter-knz.260.4",
with_exceptions = FALSE))
})
vcr::use_cassette("read_data_package_report_summary_with_exceptions", {
expect_warning(
read_data_package_report_summary(
packageId = "knb-lter-knz.260.4",
with_exceptions = TRUE))
})
})
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.