Nothing
skip_on_cran()
test_that("A query of more than 20000 records", {
expect_error(doApiQuery("indicateurs_services", "communes"),
regexp = "The request reach the API limitation of 20000 records")
expect_error(suppressWarnings(
doApiQuery("indicateurs_services", "communes", code_commune = 34001, params = list())),
regexp = "used together")
expect_warning(doApiQuery("indicateurs_services", "communes", params = list(code_commune = 34001)),
regexp = "deprecated")
})
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.