-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
88 lines (87 loc) · 2.54 KB
/
NAMESPACE
File metadata and controls
88 lines (87 loc) · 2.54 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# Generated by roxygen2: do not edit by hand
S3method(as.adgroup.estimate.request,data.frame)
S3method(as.adgroup.estimate.request,default)
S3method(as.campaign.estimate.request,data.frame)
S3method(as.campaign.estimate.request,default)
S3method(as.data.frame,adgroup.estimate.request)
S3method(as.data.frame,campaign.estimate.request)
S3method(as.keyword,data.frame)
S3method(as.keyword,default)
S3method(as.keyword,estimate.request.data.frame)
S3method(as.keyword,estimate.request.default)
S3method(as.list,keyword)
S3method(as.list,keyword.estimate.request)
S3method(as.xml,"NULL")
S3method(as.xml,adgroup.estimate.request)
S3method(as.xml,campaign.estimate.request)
S3method(as.xml,category.products.and.services)
S3method(as.xml,criterion)
S3method(as.xml,keyword.estimate.request)
S3method(as.xml,language)
S3method(as.xml,list)
S3method(as.xml,location)
S3method(as.xml,logical)
S3method(as.xml,max.cpc)
S3method(as.xml,network)
S3method(as.xml,predicate)
S3method(as.xml,related.to.query)
S3method(as.xml,related.to.url)
S3method(as.xml,search.parameter)
export("as.keyword.estimate.request")
export("criterion")
export("max.cpc")
export(adgroup.estimate.parser)
export(adgroup.estimate.request)
export(as.adgroup.estimate.request)
export(as.campaign.estimate.request)
export(as.criterion)
export(as.keyword)
export(as.max.cpc)
export(as.xml)
export(campaign.estimate.parser)
export(campaign.estimate.request)
export(capitalize)
export(category.products.and.services)
export(changed.adgroups.parser)
export(changed.campaigns.parser)
export(check.report)
export(check.service)
export(combine.traffic.estimator)
export(customer.sync.parser)
export(customer.sync.request)
export(get.report)
export(get.service)
export(is.adgroup.estimate.request)
export(is.campaign.estimate.request)
export(is.criterion)
export(is.keyword)
export(is.keyword.estimate.request)
export(is.max.cpc)
export(is.traffic.estimator.request)
export(keyword)
export(keyword.estimate.parser)
export(keyword.estimate.request)
export(language)
export(location)
export(managed.customer.entry.parser)
export(managed.customer.link.parser)
export(managed.customer.parser)
export(managed.customer.request)
export(network)
export(predicate)
export(related.to.query)
export(related.to.url)
export(statement)
export(targeting.idea.data.parser)
export(targeting.idea.entry.parser)
export(targeting.idea.parser)
export(targeting.idea.request)
export(traffic.estimator.parser)
export(traffic.estimator.request)
import(RAdwords)
import(XML)
import(curl)
import(gtools)
import(reshape2)
import(xml2)
importFrom(data.table,rbindlist)