Nothing
library("opencage")
context("opencage_check")
test_that("opencage_check returns error if wrong API",{
skip_on_cran()
expect_error(opencage_reverse(latitude = 0, longitude = 0,
key = "clearlynotakey"),
"HTTP failure: 403")
})
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.