-
Notifications
You must be signed in to change notification settings - Fork 164
/
NAMESPACE
43 lines (42 loc) · 1.16 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
# Generated by roxygen2: do not edit by hand
S3method("[",nCov2019)
S3method("[",nCov2019History)
S3method(open,nCov2019)
S3method(plot,nCov2019)
S3method(plot,nCov2019History)
S3method(print,nCov2019)
S3method(print,nCov2019History)
S3method(summary,nCov2019)
S3method(summary,nCov2019History)
S3method(time,nCov2019)
S3method(time,nCov2019History)
export(dashboard)
export(get_nCov2019)
export(load_nCov2019)
export(open_dashboard)
export(trans_city)
export(trans_province)
export('nCov2019_set_country')
importFrom(RColorBrewer,brewer.pal)
importFrom(downloader,download)
importFrom(dplyr,bind_rows)
importFrom(ggplot2,aes_)
importFrom(ggplot2,coord_equal)
importFrom(ggplot2,coord_map)
importFrom(ggplot2,coord_sf)
importFrom(ggplot2,geom_map)
importFrom(ggplot2,geom_sf)
importFrom(ggplot2,geom_sf_text)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,map_data)
importFrom(ggplot2,scale_fill_brewer)
importFrom(ggplot2,scale_fill_gradient)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(jsonlite,fromJSON)
importFrom(methods,is)
importFrom(stats,time)
importFrom(tibble,as_tibble)