-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
30 lines (29 loc) · 814 Bytes
/
Copy pathNAMESPACE
File metadata and controls
30 lines (29 loc) · 814 Bytes
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
# Generated by roxygen2: do not edit by hand
export(day_series)
export(department_ratio)
export(malicious_ratio)
export(pipeline)
export(year_ratio)
importFrom(dplyr,"%>%")
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,coord_polar)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,theme)
importFrom(ggplot2,ylab)
importFrom(ggthemes,theme_excel)
importFrom(ggthemes,theme_fivethirtyeight)
importFrom(lubridate,ymd)
importFrom(readxl,read_xlsx)
importFrom(rlist,list.remove)
importFrom(tidyr,separate)
importFrom(xlsx,write.xlsx)