Enterprise and Online portals | R Documentation |
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.
arc.portal_connect(url, user, password)
arc.check_portal()
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) |
If url
already in active list of portals connections then user
and password
parameters are optional
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.