aw_get_tags | R Documentation |
Retrieve all tag names or search by component id or tag names
aw_get_tags(
company_id = Sys.getenv("AW_COMPANY_ID"),
componentId = NULL,
componentType = NULL,
tagNames = NULL,
limit = 1000,
page = 0,
debug = FALSE
)
company_id |
Company ID. If an environment variable called |
componentId |
The component id being requested. Default is |
componentType |
The component type being requested. Options include segment, dashboard, bookmark, calculatedMetric, project, dateRange, metric, dimension, virtualReportSuite, scheduledJob, alert, classification. Default is NULL |
tagNames |
Comma separated vector of tag names. componentType |
limit |
The number of results to return per page. This argument works in conjunction with the
|
page |
The "page" of results to display. This works in conjunction with the |
debug |
Include the output and input of the api call in the console for debugging. Default is FALSE |
A data frame of tags and the associated meta data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.