-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
40 lines (39 loc) · 951 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(add_map_stats)
export(add_stats)
export(add_stats2)
export(add_stats_global)
export(add_stats_reg)
export(base_map_global)
export(cumul_new_plotly)
export(cumul_plotly)
export(cumul_plotly_log)
export(cumulative_plot)
export(data_covid)
export(data_recod)
export(data_recod_dom)
export(do_gt_table)
export(global_stats)
export(make_tidy_df)
export(new_cases_plot)
import(ggplot2)
import(leaflet)
importFrom(data.table,fread)
importFrom(dplyr,funs)
importFrom(dplyr,group_by)
importFrom(dplyr,lag)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarise_each)
importFrom(gt,fmt_number)
importFrom(gt,gt)
importFrom(gt,md)
importFrom(gt,tab_header)
importFrom(gt,tab_source_note)
importFrom(htmltools,HTML)
importFrom(magrittr,"%>%")
importFrom(plotly,ggplotly)
importFrom(plotly,layout)
importFrom(stringr,str_replace_all)
importFrom(tidyr,pivot_longer)