arc.portal: ArcGIS Enterprise and Online portals

Enterprise and Online portalsR Documentation

ArcGIS Enterprise and Online portals

Description

The arc.portal_connect() function to sign in to a portal. To check available portals call arc.check_portal(). Functions returns a list that contains active info and available portals.

Usage

  arc.portal_connect(url, user, password)
  arc.check_portal()

Arguments

url

The URL of the portal to be signed in to. (character)

user

The user name of the user signing in to the portal. (character)

password

The password of the user signing in to the portal. (character)

Details

If url already in active list of portals connections then user and password parameters are optional

Value

An named list of portal connections.

  • url - The URL of the current portal.

  • user - The user name.

  • version - The portal version.

  • organization - The organization name.

  • session - TODO.

  • token - This is the Enterprise token for built-in logins.

  • portals - list of active portals.

  • offlines - list of offline portals.


R-ArcGIS/r-bridge documentation built on May 3, 2024, 9:47 a.m.