This repository was archived by the owner on Dec 15, 2021. It is now read-only.

Description
Hi Randy,
I am working on a project to extract bulk data from Adobe using RSiteCatalyst.
My code is as below :
data <-QueueDataWarehouse(my.rsid, start.date, end.date,
metrics, elements,
enqueueOnly = FALSE)
My problem is that "elements", have multiple[read 14] "classifications". However, the output is returning only the "first" classification.Somehow the nesting/recursion doesn't seem to work.
Please help on this.
B/R
Vishal