Learn R Programming

RSiteCatalyst (version 1.4.16)

GetClassifications: Get Classifications for Selected Report Suite Elements

Description

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

Usage

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

Value

Data frame

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.

Examples

Run this code
# NOT RUN {
classifications <- GetClassifications(c("prod", "dev"), "trackingcode")

# }

Run the code above in your browser using DataLab