Nothing
context("Read data entity sizes")
testthat::test_that("read_data_entity_sizes() works", {
packageId <- "knb-lter-cdr.711.1"
vcr::use_cassette("read_data_entity_sizes", {
res <- read_data_entity_sizes(packageId)
})
expect_equal(class(res), "data.frame")
expect_true(all(names(res) %in% c("entityId", "size")))
expect_true(nrow(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.