-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
88 lines (87 loc) · 2.44 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# Generated by roxygen2: do not edit by hand
S3method(print,champs_data)
export("%>%")
export(calc_cc_allcases_by_age_acq)
export(calc_cc_allcases_by_site_age)
export(calc_cc_by_age_syndrome)
export(calc_cc_detected_by_site_age)
export(calc_detected_allcases_by_site_age)
export(calc_detected_by_decode)
export(calc_nspecimen_by_pmi)
export(calc_pmi_by_age_decode)
export(calc_pmi_by_decode_site)
export(calc_pmi_by_specimen_site)
export(calc_syndrome_combinations)
export(calc_top_dcd_pathogens_by_acq)
export(calc_top_etiol_by_age)
export(calc_top_tac_pathogens)
export(calc_top_tac_pathogens_cc)
export(get_rules)
export(load_data)
export(plot_agebreakdown)
export(plot_etiologies)
export(plot_margins)
export(plot_syndrome)
export(valid_age_groups)
export(valid_age_subgroups)
export(valid_conditions)
export(valid_icds)
export(valid_pathogens)
export(valid_sites)
export(valid_specimen_types)
export(write_html_table)
export(write_html_table_experimental)
export(write_ppt_slide)
import(ggfittext)
importFrom(cowplot,plot_grid)
importFrom(dplyr,arrange)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,recode)
importFrom(dplyr,rename)
importFrom(dplyr,right_join)
importFrom(dplyr,select)
importFrom(dplyr,setdiff)
importFrom(dplyr,summarise)
importFrom(dplyr,tally)
importFrom(forcats,fct_drop)
importFrom(forcats,fct_relevel)
importFrom(forcats,fct_reorder)
importFrom(formattable,formatter)
importFrom(formattable,style)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,ylim)
importFrom(grDevices,colorRampPalette)
importFrom(htmlTable,htmlTable)
importFrom(kableExtra,add_header_above)
importFrom(kableExtra,column_spec)
importFrom(kableExtra,kable)
importFrom(kableExtra,kable_styling)
importFrom(kableExtra,row_spec)
importFrom(kableExtra,save_kable)
importFrom(magrittr,"%>%")
importFrom(officer,add_slide)
importFrom(officer,ph_location_type)
importFrom(officer,ph_with)
importFrom(readr,read_csv)
importFrom(rlang,":=")
importFrom(rlang,sym)
importFrom(stats,addmargins)
importFrom(stats,xtabs)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_longer)
importFrom(tidyselect,matches)
importFrom(tidyselect,one_of)
importFrom(tidyselect,starts_with)
importFrom(utils,browseURL)
importFrom(utils,str)
importFrom(utils,tail)