arc_host {arcgisutils} | R Documentation |
Determines Portal Host
Description
Returns a scalar character indicating the host to make requests to.
Usage
arc_host()
Details
By default, the host is ArcGIS Online <https://www.arcgis.com
>. If the
environment variable ARCGIS_HOST
is set, it will be returned.
Value
A scalar character, "https://www.arcgis.com"
by default.
Examples
arc_host()
[Package arcgisutils version 0.3.0 Index]