Description Usage Arguments Details Value Examples
View source: R/GetClassifications.R
Retrieves a list of classifications (associated with the specified element) for each of the specified report suites.
| 1 | GetClassifications(reportsuite.ids, elements = c())
 | 
| reportsuite.ids | Single report suite id or list of report suites | 
| elements | Optional. List of existing elements you want to use in combination with an additional metric | 
Retrieves a list of classifications (associated with the specified element) for each of the specified report suites. Function attempts to flatten classifications as best as possible; may return data frame having a nested list as a column if classification is sufficiently complex.
Data frame
| 1 2 3 4 5 6 | ## Not run: 
classifications <- GetClassifications(c("prod", "dev"), "trackingcode")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.