-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathNAMESPACE
69 lines (68 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
59
60
61
62
63
64
65
66
67
68
69
# Generated by roxygen2: do not edit by hand
export(auth_jwt)
export(auth_oauth)
export(auth_s2s)
export(aw_anomaly_report)
export(aw_auth)
export(aw_auth_name)
export(aw_auth_path)
export(aw_auth_with)
export(aw_freeform_table)
export(aw_get_calculatedmetrics)
export(aw_get_dimensions)
export(aw_get_metrics)
export(aw_get_project_config)
export(aw_get_projects)
export(aw_get_reportsuites)
export(aw_get_segments)
export(aw_get_tags)
export(aw_segment_table)
export(aw_token)
export(aw_workspace_report)
export(cm_build)
export(cm_copy)
export(cm_delete)
export(cm_formula)
export(cm_function)
export(cm_update)
export(cm_val)
export(get_cm_functions)
export(get_me)
export(get_usage_logs)
export(get_users)
export(proj_build)
export(proj_update)
export(seg_build)
export(seg_con)
export(seg_copy)
export(seg_delete)
export(seg_rule)
export(seg_seq)
export(seg_then)
export(seg_update)
export(seg_val)
export(tags_add)
import(assertthat)
import(dplyr)
import(ggplot2)
import(httr)
import(purrr)
import(stringr)
import(tidyr)
importFrom(R6,R6Class)
importFrom(glue,glue)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(jsonlite,unbox)
importFrom(memoise,memoise)
importFrom(purrr,flatten_dbl)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,possibly)
importFrom(purrr,transpose)
importFrom(rlang,"%||%")
importFrom(rlang,":=")
importFrom(scales,comma)
importFrom(tidyr,unnest)
importFrom(utils,menu)
importFrom(utils,read.csv)