-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
60 lines (59 loc) · 1.58 KB
/
Copy pathNAMESPACE
File metadata and controls
60 lines (59 loc) · 1.58 KB
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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(age_bandizer)
export(age_bandizer_2)
export(categorical_col_chart)
export(cohort_processing)
export(crude_rates)
export(df_to_sql)
export(excel_clip)
export(multiple_csv_reader)
export(multiple_excel_reader)
export(scale_fill_sanger)
export(show_brand_palette)
export(show_extended_palette)
export(split_and_save)
export(standardised_rates_df)
export(theme_sanger)
importFrom(DBI,Id)
importFrom(DBI,dbConnect)
importFrom(DBI,dbWriteTable)
importFrom(dplyr,arrange)
importFrom(dplyr,case_when)
importFrom(dplyr,count)
importFrom(dplyr,enquos)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_label)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggtext,element_markdown)
importFrom(ggthemes,theme_fivethirtyeight)
importFrom(janitor,clean_names)
importFrom(magrittr,"%>%")
importFrom(odbc,odbc)
importFrom(readr,read_csv)
importFrom(readr,write_csv)
importFrom(readxl,read_excel)
importFrom(rlang,":=")
importFrom(scales,comma)
importFrom(scales,show_col)
importFrom(stats,reorder)
importFrom(tibble,is_tibble)
importFrom(utils,write.table)