GetClassifications: Get Classifications for Selected Report Suite Elements

Description Usage Arguments Details Value Examples

View source: R/GetClassifications.R

Description

Retrieves a list of classifications (associated with the specified element) for each of the specified report suites.

Usage

1
GetClassifications(reportsuite.ids, elements = c())

Arguments

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

Details

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.

Value

Data frame

Examples

1
2
3
4
5
6
## Not run: 

classifications <- GetClassifications(c("prod", "dev"), "trackingcode")


## End(Not run)

RSiteCatalyst documentation built on Nov. 6, 2019, 5:09 p.m.