context("List of datasets from qa_datasets")
ds <- qa_datasets()
test_that("The list of datasets from qa_datasets returns a tibble",{
expect_is(ds,class = "tbl_df")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.