This is a sample of the sndata I have this code every time I try to run it, it gives me an incorrect number of dimensions.
tab<-table(sndata$Visitors)
tab
y<- data.frame(tab)
y
x<-gvisMotionChart(sndata$Visitors, "Visitors", "Datehour")
plot (x)
A sample of the date is this:
Focus Country Region City PrevPage Pagepath Pagetitle Datehour
Admissions China Beijing Beijing (entrance) www.bra.ed Inters 20122110
Admissions China Beijing Beijing lts.brandeis.edu www.b. Undergraduate
Cannot get past the fifth line