forked from caldwellst/msni19
-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
57 lines (56 loc) · 1.52 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(index_chart)
export(index_intersections)
export(radar_graph)
export(severity_lines)
export(sunburst_msni)
export(venn_msni)
importFrom(Setviz,plot_set_percentages)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,mutate_at)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,rename_at)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(dplyr,summarize_all)
importFrom(dplyr,summarize_at)
importFrom(dplyr,transmute)
importFrom(dplyr,ungroup)
importFrom(eulerr,euler)
importFrom(forcats,fct_rev)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(ggradar,ggradar)
importFrom(magrittr,"%>%")
importFrom(plotly,layout)
importFrom(plotly,orca)
importFrom(plotly,plot_ly)
importFrom(purrr,map_df)
importFrom(rlang,"!!")
importFrom(rlang,sym)
importFrom(stringr,str_sub)
importFrom(tibble,add_column)
importFrom(tidyr,gather)
importFrom(tidyr,nest)
importFrom(tidyr,replace_na)