Nothing
test_that("check all subcategories", {
skip_if_offline(cha_url)
skip_on_cran()
ha_set(cha_url)
subcategories <- ha_subcategories()
"expect a data.frame"
expect_s3_class(subcategories, "data.frame")
"check table names"
expect_equal(names(subcategories), subcategories_header)
"check at least 1 row"
expect_gt(nrow(subcategories), 1)
})
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.