-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
44 lines (43 loc) · 1.05 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
# Generated by roxygen2: do not edit by hand
export(hgch_bar)
export(hgch_bar_Cat)
export(hgch_bar_CatCat)
export(hgch_bar_CatCatNum)
export(hgch_bar_CatNum)
export(hgch_bar_CatNumNum)
export(hgch_donut)
export(hgch_donut_Cat)
export(hgch_donut_CatNum)
export(hgch_line)
export(hgch_line_CatDat)
export(hgch_line_CatDatNum)
export(hgch_line_Dat)
export(hgch_line_DatNum)
export(hgch_line_DatNumNum)
export(hgch_pie)
export(hgch_pie_Cat)
export(hgch_pie_CatNum)
export(hgch_sankey)
export(hgch_sankey_CatCat)
export(hgch_sankey_CatCatCat)
export(hgch_sankey_CatCatCatCat)
export(hgch_sankey_CatCatNum)
export(hgch_scatter)
export(hgch_scatter_CatDatNum)
export(hgch_scatter_CatNumNum)
export(hgch_scatter_NumNum)
export(hgch_treemap)
export(hgch_treemap_Cat)
export(hgch_treemap_CatCat)
export(hgch_treemap_CatCatNum)
export(hgch_treemap_CatNum)
import(dplyr)
import(dsvizopts)
import(highcharter)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dstools,"%||%")
importFrom(purrr,map)
importFrom(purrr,pluck)
importFrom(purrr,pmap)