-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
63 lines (62 loc) · 1.51 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
# Generated by roxygen2: do not edit by hand
S3method(c,kpi)
S3method(c,kpilist)
S3method(plot,kpi)
S3method(print,kpi)
export(as.kpilist)
export(fab_dow)
export(fab_tod)
export(kpi)
export(kpi_accumulate)
export(kpi_fn_iqr)
export(kpi_fn_max)
export(kpi_fn_mean)
export(kpi_fn_median)
export(kpi_fn_min)
export(kpi_fn_missing)
export(kpi_fn_n)
export(kpi_fn_perc)
export(kpi_fn_prop)
export(kpi_fns)
export(riskcols)
export(risklabs)
export(theme_kpitools)
importFrom(dplyr,any_of)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,is_grouped_df)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(ggplot2,"%+replace%")
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,coord_polar)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_polygon)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,margin)
importFrom(ggplot2,scale_fill_discrete)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(magrittr,'%>%')
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(stats,IQR)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(stringr,str_sub)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)