Nothing
context("dataset_list_funs")
test_that("dataset_list_funs work as expected.", {
vcr::use_cassette("dataset_list_funs", {
# d <- dataset_duplicate() # not currently working
e <- dataset_noendpoint(limit=3)
})
expect_is(e,"list")
expect_named(e,c("meta","data"))
expect_is(e$data$key,"character")
expect_lte(nrow(e$data), 3)
})
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.