Nothing
test_that("geocode_addresses() functions", {
skip_on_cran()
skip_on_ci()
library(arcgisutils)
set_arc_token(auth_user())
res <- geocode_addresses(c(
"esri",
"esri, redlands",
"ny street esri redlands ca"
))
expect_snapshot(res)
})
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.