Learn R Programming

arcgisutils (version 0.4.0)

arc_user: User Information

Description

Fetch a user's metadata based on username.

Usage

arc_user(username, host = arc_host(), token = arc_token())

Value

a list of class PortalUser

Arguments

username

the username to fetch. 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_group()

Examples

Run this code
arc_user("esri_en")

Run the code above in your browser using DataLab