Nothing
test_that("datasets endpoint working", {
skip_if_not(check_service(), "Service is down")
vcr::use_cassette("npn_datasets_1", {
datasets <- npn_datasets()
})
expect_s3_class(datasets, "data.frame")
expect_type(datasets$dataset_name, "character")
expect_gt(nrow(datasets), 5)
})
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.