Nothing
test_that("schema retrieval works", {
skip_on_cran()
expect_no_error(schm <- czso_get_table_schema("340130"))
expect_gte(ncol(schm), 5)
expect_gte(nrow(schm), 15)
})
test_that("documentation retrieval works", {
skip_on_cran()
expect_no_error(doc_url <- czso_get_dataset_doc("340130"))
expect_match(doc_url, "https\\:\\/\\/csu")
})
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.