-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
98 lines (97 loc) · 2.61 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
89
90
91
92
93
94
95
96
97
98
# Generated by roxygen2: do not edit by hand
export(batch_rates_and_fractions)
export(champs_web_report)
export(create_dataset_directory)
export(get_rates_and_fractions)
export(get_site_info)
export(plot_rates_fracs)
export(process_data)
export(rates_fracs_to_df)
export(read_and_validate_data)
export(table_adjust_decision)
export(table_factor_sig_stats)
export(table_rates_fracs)
export(valid_conditions)
export(valid_maternal_conditions)
importFrom(anytime,anydate)
importFrom(assertthat,assert_that)
importFrom(cli,boxx)
importFrom(cli,cli_alert)
importFrom(cli,cli_alert_danger)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_alert_success)
importFrom(cli,cli_div)
importFrom(cli,cli_end)
importFrom(cli,cli_li)
importFrom(cli,cli_ol)
importFrom(cli,cli_text)
importFrom(cli,format_error)
importFrom(dplyr,"%>%")
importFrom(dplyr,all_of)
importFrom(dplyr,case_when)
importFrom(dplyr,contains)
importFrom(dplyr,count)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,group_by_at)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,one_of)
importFrom(dplyr,recode)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,ungroup)
importFrom(forcats,fct_reorder)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,element_line)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,labs)
importFrom(ggplot2,position_dodge)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(ggthemes,scale_color_tableau)
importFrom(glue,glue)
importFrom(gt,cell_borders)
importFrom(gt,cell_fill)
importFrom(gt,cell_text)
importFrom(gt,cells_body)
importFrom(gt,cells_column_spanners)
importFrom(gt,cols_label)
importFrom(gt,cols_merge)
importFrom(gt,fmt_number)
importFrom(gt,gt)
importFrom(gt,html)
importFrom(gt,md)
importFrom(gt,opt_align_table_header)
importFrom(gt,opt_css)
importFrom(gt,px)
importFrom(gt,tab_footnote)
importFrom(gt,tab_header)
importFrom(gt,tab_options)
importFrom(gt,tab_style)
importFrom(gt,text_transform)
importFrom(plotly,config)
importFrom(plotly,ggplotly)
importFrom(plotly,layout)
importFrom(purrr,map2)
importFrom(purrr,map_dbl)
importFrom(readr,read_csv)
importFrom(readxl,read_excel)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(snakecase,to_snake_case)
importFrom(stats,fisher.test)
importFrom(stats,qbeta)
importFrom(tidyr,nest)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(utils,capture.output)
importFrom(utils,tail)
importFrom(yaml,read_yaml)
importFrom(yaml,write_yaml)