Learn R Programming

arcgisutils (version 0.4.0)

arc_portal_urls: Organization's URLs

Description

Returns the URLs of an organizations services.

Usage

arc_portal_urls(host = arc_host(), token = arc_token())

Value

a data.frame

Arguments

host

default "https://www.arcgis.com". The host of your ArcGIS Portal.

token

an httr2_token as created by auth_code() or similar

Details

See API Reference for more information. [Experimental]

See Also

Other portal: arc_portal_resources(), arc_portal_users(), self

Examples

Run this code
arc_portal_urls()

Run the code above in your browser using DataLab