-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
82 lines (81 loc) · 2.47 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
# Generated by roxygen2: do not edit by hand
export(make_graph_list)
export(plot_count_regression_skeleton)
export(plot_count_skeleton)
export(plot_rate_regression_skeleton)
export(plot_rate_skeleton)
export(plot_sum_regression_skeleton)
export(plot_sum_skeleton)
export(utm_count_interacitve_plots)
export(utm_count_interactive_plot)
export(utm_count_interactive_table)
export(utm_count_interactive_tables)
export(utm_count_shiny_plot)
export(utm_count_shiny_regression)
export(utm_count_shiny_table)
export(utm_count_static_plot)
export(utm_count_static_plots)
export(utm_count_static_regression_plot)
export(utm_count_static_regression_plots)
export(utm_count_static_tables)
export(utm_export_as_plots)
export(utm_export_tables)
export(utm_rate_interacitve_plots)
export(utm_rate_interactive_plot)
export(utm_rate_interactive_regression_plot)
export(utm_rate_interactive_regression_plots)
export(utm_rate_interactive_table)
export(utm_rate_interactive_tables)
export(utm_rate_regression_plot)
export(utm_rate_shiny_plot)
export(utm_rate_shiny_regression)
export(utm_rate_shiny_table)
export(utm_rate_static_plots)
export(utm_rate_static_regression_plots)
export(utm_rate_static_tables)
export(utm_sum_interacitve_plots)
export(utm_sum_interactive_plot)
export(utm_sum_interactive_table)
export(utm_sum_interactive_tables)
export(utm_sum_shiny_plot)
export(utm_sum_shiny_regression)
export(utm_sum_shiny_table)
export(utm_sum_static_plot)
export(utm_sum_static_plots)
export(utm_sum_static_regression_plot)
export(utm_sum_static_regression_plots)
export(utm_sum_static_tables)
importFrom(DT,datatable)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(ggrepel,geom_text_repel)
importFrom(gt,gt)
importFrom(gt,gtsave)
importFrom(gt,tab_header)
importFrom(magrittr,"%>%")
importFrom(plotly,ggplotly)
importFrom(plotly,layout)
importFrom(purrr,map)
importFrom(purrr,walk2)
importFrom(scales,comma)
importFrom(scales,unit_format)
importFrom(snakecase,to_snake_case)
importFrom(stats,lm)
importFrom(stats,predict)
importFrom(stats,residuals)
importFrom(stringr,str_detect)
importFrom(stringr,str_glue)
importFrom(stringr,str_remove)
importFrom(stringr,str_replace)
importFrom(stringr,str_squish)
importFrom(stringr,str_to_title)