Learn R Programming

RSiteCatalyst (version 1.3.3)

GetAvailableElements: Get Available Elements within a Report Suite

Description

Get All Available Elements for a given Report Suite. This list can be used to inform other functions having an "element" parameter.

Usage

GetAvailableElements(report_suites)

Arguments

report_suites
Character vector containing one or more valid Report Suite names

Value

  • Data Frame

Details

This function requires having a character vector with one or more valid Report Suites specified.

References

Official Adobe Documentation about Elements list https://developer.omniture.com/en_US/documentation/sitecatalyst-reporting/r-elements-1

Examples

Run this code
GetAvailableElements("keystonejowanza")
    GetAvailableElements(c("keystonejowanza", "keystonerandy", "keystonetraining"))

Run the code above in your browser using DataLab