#Top 100 pages viewed/visits for Loyal_Visitors segment, broken down by browser
(correlation/subrelation)
top100_pages <-
QueueRanked("keystonerandy", "2013-02-13","2013-02-28", c("pageviews"), c('page', 'browser'),
top= "100", startingWith= "1", segment_id= "Loyal_Visitors")
#Get just the elements you want from the ranked list, instead of "Top"
single_pages <-
QueueRanked("keystonerandy", "2013-02-13","2013-02-19", c("pageviews", "visits"),'page',
selected = c("http://randyzwitch.com", "http://randyzwitch.com/about"))
Run the code above in your browser using DataLab