test_that("ridl_dataset_list returns a vector of character", {
skip_on_cran()
skip_if_offline()
ridl_config_setup()
vcr::use_cassette("ridl_dataset_list", {
output <- ridl_dataset_list()
})
expect_type(output, "character")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.