forked from mrjoh3/c3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
53 lines (52 loc) · 1.04 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
# Generated by roxygen2: do not edit by hand
S3method(RColorBrewer,c3)
S3method(grid,c3)
S3method(legend,c3)
S3method(region,c3)
S3method(subchart,c3)
S3method(tooltip,c3)
S3method(xAxis,c3)
S3method(y2Axis,c3)
S3method(yAxis,c3)
S3method(zoom,c3)
export("%>%")
export(RColorBrewer)
export(c3)
export(c3Output)
export(c3_bar)
export(c3_chart_size)
export(c3_color)
export(c3_colour)
export(c3_donut)
export(c3_gauge)
export(c3_line)
export(c3_mixedGeom)
export(c3_pie)
export(c3_scatter)
export(c3_selection)
export(c3_viridis)
export(grid)
export(legend)
export(point_options)
export(region)
export(renderC3)
export(subchart)
export(tickAxis)
export(tooltip)
export(xAxis)
export(y2Axis)
export(yAxis)
export(zoom)
importFrom(data.table,dcast)
importFrom(data.table,setDT)
importFrom(dplyr,group_by_)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,select)
importFrom(htmlwidgets,JS)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(lazyeval,interp)
importFrom(stats,formula)
importFrom(utils,modifyList)
importFrom(viridis,viridis)