Learn R Programming

arcgisutils (version 0.4.0)

arc_group: Fetch Group Information

Description

Fetches metadata about a group based on a provided group_id.

Usage

arc_group(group_id, host = arc_host(), token = arc_token())

Value

a list with group metadata

Arguments

group_id

the unique group identifier. A scalar character.

host

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

token

an httr2_token as created by auth_code() or similar

Details

[Experimental]

See Also

Other portal organization: arc_user()

Examples

Run this code
arc_group("2f0ec8cb03574128bd673cefab106f39")

Run the code above in your browser using DataLab