get_file_component_sets: GET file component sets

View source: R/get_file_component_sets.R

get_file_component_setsR Documentation

GET file component sets

Description

Get a list of published component_sets within a file library. Note that published components are only available via the professional plan.

Usage

get_file_component_sets(file_key)

Arguments

file_key

string. Id of the team to list components from.

Value

S3 object of class 'rigma_get_file_component_sets'. Components are stored in the 'meta' field.

Examples


## Not run: 
#navigate to team page and get id from url
file_key <- "gYRjH0y8ZM0VtEfO8kf6ch"
get_file_component_sets(file_key)

## End(Not run)


Rigma documentation built on Nov. 28, 2022, 1:09 a.m.