Description Usage Arguments Details Value Examples
Get a data frame of segments for the specified report suites. Useful to find segment IDs for use in reporting helper functions or JSON report definitions.
1 | GetSegments(reportsuite.ids)
|
reportsuite.ids |
Report suite id (or list of report suite ids) |
This function requires having a character vector with one or more valid Report Suites specified.
Data frame
1 2 3 4 5 6 | ## Not run:
segments <- GetSegments("your_report_suite")
segments2 <- GetSegments(report_suites$rsid)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.