This repository has been archived by the owner on Mar 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
NAMESPACE
56 lines (55 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
# Generated by roxygen2: do not edit by hand
export(authorize)
export(firstdate)
export(get_custom_dimension)
export(get_custom_metric)
export(get_experiment)
export(get_filter)
export(get_ga)
export(get_goal)
export(get_mcf)
export(get_profile)
export(get_realtime)
export(get_remarketing_audience)
export(get_unsampled_report)
export(get_upload)
export(get_webproperty)
export(list_accounts)
export(list_custom_data_sources)
export(list_custom_dimensions)
export(list_custom_metrics)
export(list_dimsmets)
export(list_experiments)
export(list_filters)
export(list_goals)
export(list_profiles)
export(list_remarketing_audiences)
export(list_segments)
export(list_unsampled_reports)
export(list_uploads)
export(list_webproperties)
export(shiny_dimsmets)
importFrom(httr,GET)
importFrom(httr,accept_json)
importFrom(httr,config)
importFrom(httr,content)
importFrom(httr,http_error)
importFrom(httr,http_status)
importFrom(httr,modify_url)
importFrom(httr,oauth2.0_token)
importFrom(httr,oauth_app)
importFrom(httr,oauth_endpoints)
importFrom(httr,parse_media)
importFrom(httr,status_code)
importFrom(jsonlite,fromJSON)
importFrom(lubridate,ymd)
importFrom(lubridate,ymd_h)
importFrom(lubridate,ymd_hms)
importFrom(plyr,rbind.fill)
importFrom(plyr,rbind.fill.matrix)
importFrom(stats,aggregate.data.frame)
importFrom(stats,runif)
importFrom(utils,capture.output)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(utils,type.convert)