View source: R/portal-servers.R
| arc_portal_servers | R Documentation |
The servers resource lists the ArcGIS Server sites that have been federated with the portal.
arc_portal_servers(
id = arc_portal_self(token)[["id"]],
host = arc_host(),
token = arc_token()
)
id |
the portal ID. By default it fetches the |
host |
default |
token |
an object of class |
a data.frame of servers
## Not run:
set_arc_token(auth_user())
arc_portal_servers()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.