Learn R Programming

arcgisutils (version 0.3.3)

arc_host: Determines Portal Host

Description

Returns a scalar character indicating the host to make requests to.

Usage

arc_host()

Arguments

Value

A scalar character, "https://www.arcgis.com" by default.

Details

By default, the host is ArcGIS Online <https://www.arcgis.com>. If the environment variable ARCGIS_HOST is set, it will be returned.

Examples

Run this code
arc_host()

Run the code above in your browser using DataLab