forked from jdeboer/ganalytics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
48 lines (48 loc) · 976 Bytes
/
DESCRIPTION
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
Package: ganalytics
Title: Interact with Google Analytics using R
Version: 0.1
Authors@R: person(
given = "Johann",
family = "de Boer",
role = c("aut", "cre"),
email = "[email protected]")
Description: S4 classes and methods for interacting with Google Analytics.
Supports OAuth 2.0 user authentication.
License: MIT
Depends:
R(>= 3.0.0)
Imports:
methods,
httr,
plyr
Collate:
'globaldata.R'
'ArgList.R'
'ValidGaOperand.R'
'ganalytics-package.R'
'all-classes.R'
'init-methods.R'
'flatten-list.R'
'all-generics.R'
'all-coercions.R'
'GaAnd.R'
'GaDate.R'
'GaOperand.R'
'GaOperator.R'
'GaVar.R'
'GaExpr.R'
'GaFilter.R'
'GaIsRegEx.R'
'GaNot.R'
'GaOr.R'
'GaProfile.R'
'GaQuery.R'
'GaSegment.R'
'GaSortBy.R'
'GaApiRequest.R'
'GaGetCoreReport.R'
'YesNo2Logical.R'
'ColTypes.R'
'GaListToDataframe.R'
'GaPaginate.R'
'GetGa.R'