Nothing
# Tests for API version compatibility
test_that("package uses v01 API endpoints", {
expect_match(NOMIS_BASE, "v01")
})
test_that("user agent is set correctly", {
req <- build_request("NM_1_1.data.csv", list(), format = "")
# Check request has user agent
expect_s3_class(req, "httr2_request")
})
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.