-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
83 lines (82 loc) · 1.96 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# Generated by roxygen2: do not edit by hand
S3method("$<-",unevaluated)
S3method("[",unevaluated)
S3method("[<-",unevaluated)
S3method("[[<-",unevaluated)
S3method(c_bar,charter)
S3method(c_bar,charterProxy)
S3method(c_boxplot,charter)
S3method(c_boxplot,charterProxy)
S3method(c_bubble,charter)
S3method(c_bubble,charterProxy)
S3method(c_color_scheme,charter)
S3method(c_colors,charter)
S3method(c_doughnut,charter)
S3method(c_doughnut,charterProxy)
S3method(c_error_bar,charter)
S3method(c_error_bar,charterProxy)
S3method(c_events,charter)
S3method(c_events_capture,charter)
S3method(c_layout,charter)
S3method(c_legend,charter)
S3method(c_legend_label,charter)
S3method(c_line,charter)
S3method(c_line,charterProxy)
S3method(c_pie,charter)
S3method(c_pie,charterProxy)
S3method(c_polar_area,charter)
S3method(c_polar_area,charterProxy)
S3method(c_radar,charter)
S3method(c_radar,charterProxy)
S3method(c_scatter,charter)
S3method(c_scatter,charterProxy)
S3method(c_theme,charter)
S3method(c_title,charter)
S3method(c_tooltip,charter)
S3method(c_update,charterProxy)
S3method(c_violin,charter)
S3method(c_violin,charterProxy)
S3method(print,charterProxy)
S3method(print,unevaluated)
export("%>%")
export(c_bar)
export(c_boxplot)
export(c_bubble)
export(c_color_scheme)
export(c_colors)
export(c_doughnut)
export(c_error_bar)
export(c_events)
export(c_events_capture)
export(c_hart)
export(c_layout)
export(c_legend)
export(c_legend_label)
export(c_line)
export(c_pie)
export(c_polar_area)
export(c_radar)
export(c_scatter)
export(c_theme)
export(c_title)
export(c_tooltip)
export(c_update)
export(c_violin)
export(caes)
export(chart)
export(charterOutput)
export(charterProxy)
export(charter_proxy)
export(helvetica)
export(renderCharter)
export(render_charter)
import(assertthat)
import(htmlwidgets)
importFrom(dplyr,enquo)
importFrom(dplyr,group_split)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(magrittr,"%>%")
importFrom(purrr,discard)
importFrom(purrr,keep)
importFrom(purrr,map)