View source: R/portal-resources.R
| arc_portal_resources | R Documentation |
The resources endpoint lists all file resources for the organization.
arc_portal_resources(
id = arc_portal_self(token)[["id"]],
page_size = 50,
max_pages = Inf,
.progress = TRUE,
host = arc_host(),
token = arc_token()
)
id |
the portal ID. By default it fetches the |
page_size |
a scalar integer between 1 and 100 indicating the number of responses per page. |
max_pages |
the maximum number of pages to fetch. By default fetches all pages. |
.progress |
default |
host |
default |
token |
an object of class |
a data.frame of resources available to your portal.
Other portal:
arc_portal_urls(),
arc_portal_users(),
self
## Not run:
set_arc_token(auth_user())
arc_portal_resources()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.