geocode_server: Create a GeocodeServer

View source: R/utils-geocoder-obj.R

geocode_serverR Documentation

Create a GeocodeServer

Description

Create an object of class GeocodeServer from a URL. This object stores the service definition of the geocoding service as a list object.

Usage

geocode_server(url, token = arc_token())

Arguments

url

the URL of a geocoding server.

token

an object of class httr2_token as generated by auth_code() or related function

Value

an object of class GeocodeServer.

Examples

server_url <- "https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer"
geocode_server(server_url)

arcgisgeocode documentation built on April 11, 2025, 6:12 p.m.