tests/testthat/test-geocode-addresses.R

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)
})

Try the arcgisgeocode package in your browser

Any scripts or data that you put into this service are public.

arcgisgeocode documentation built on Nov. 5, 2025, 6:32 p.m.