View source: R/get_team_component_sets.R
get_team_component_sets | R Documentation |
Get a paginated list of published 'component_sets' within a team library. Note that published components are only available via the professional plan.
get_team_component_sets(team_id, page_size = 30, after = NULL, before = NULL)
team_id |
string. The team's ID, with a list of its components. |
page_size |
number Number of items in a paged list of results. Defaults to 30. |
after |
number. Cursor providing the id for which to begin component retrieval. Exclusive with 'before' parameter. The cursor value is a tracked integer that is kept internally but has no Ids. |
before |
number. The id before which to begin obtaining components is shown by the cursor. Exclusive with after The cursor value is a tracked integer that is kept internally but has no Ids. |
S3 object of class 'rigma_get_team_component_sets'. Components are stored in the 'meta' field.
## Not run: #navigate to team page and get id from url get_team_component_sets(team_id = "1168610438838663284") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.