forked from jdeboer/ganalytics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
58 lines (58 loc) · 1.43 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
export(GaQuery)
export(GetGaData)
exportClasses(.gaExpr)
exportClasses(gaAnd)
exportClasses(gaDateRange)
exportClasses(gaDimExpr)
exportClasses(gaDimOperand)
exportClasses(gaDimOperator)
exportClasses(gaDimVar)
exportClasses(gaDimensions)
exportClasses(gaDynSegment)
exportClasses(gaFilter)
exportClasses(gaMetExpr)
exportClasses(gaMetOperand)
exportClasses(gaMetOperator)
exportClasses(gaMetVar)
exportClasses(gaMetrics)
exportClasses(gaOr)
exportClasses(gaProfileId)
exportClasses(gaQuery)
exportClasses(gaSegmentId)
exportClasses(gaSortBy)
exportMethods("GaDateRange<-")
exportMethods("GaDimensions<-")
exportMethods("GaEndDate<-")
exportMethods("GaFilter<-")
exportMethods("GaMaxResults<-")
exportMethods("GaMetrics<-")
exportMethods("GaOperand<-")
exportMethods("GaOperator<-")
exportMethods("GaProfileId<-")
exportMethods("GaSegment<-")
exportMethods("GaSortBy<-")
exportMethods("GaStartDate<-")
exportMethods("GaVar<-")
exportMethods(GaAnd)
exportMethods(GaDateRange)
exportMethods(GaDimOperator)
exportMethods(GaDimensions)
exportMethods(GaEndDate)
exportMethods(GaExpr)
exportMethods(GaFilter)
exportMethods(GaIsRegEx)
exportMethods(GaMaxResults)
exportMethods(GaMetOperator)
exportMethods(GaMetrics)
exportMethods(GaNot)
exportMethods(GaOperand)
exportMethods(GaOperator)
exportMethods(GaOr)
exportMethods(GaProfileId)
exportMethods(GaSegment)
exportMethods(GaSortBy)
exportMethods(GaStartDate)
exportMethods(GaVar)
import(httr)
import(methods)
import(plyr)