Nothing
# skip_if_interactive() # to avoid opening tabs
skip(TRUE)
test_that("browse url", {
expect_identical(
ons_browse(),
"https://developer.ons.gov.uk/"
)
expect_identical(
ons_browse_qmi("cpih01"),
"https://www.ons.gov.uk/economy/inflationandpriceindices/methodologies/consumerpriceinflationincludesall3indicescpihcpiandrpiqmi"
)
})
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.