-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
59 lines (58 loc) · 1.46 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
# Generated by roxygen2: do not edit by hand
S3method(print,da)
S3method(summary,da)
export(add_disproportionality)
export(add_expected_counts)
export(ci_for_ic)
export(ci_for_prr)
export(ci_for_ror)
export(conf_lvl_to_quantile_prob)
export(da)
export(ic)
export(prr)
export(ror)
export(write_to_excel)
import(data.table)
importFrom(Rdpack,reprompt)
importFrom(checkmate,qassert)
importFrom(cli,col_blue)
importFrom(cli,col_grey)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,count)
importFrom(dplyr,cur_column)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,group_by)
importFrom(dplyr,join_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n_distinct)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,slice_head)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(dtplyr,lazy_dt)
importFrom(purrr,"%||%")
importFrom(purrr,flatten)
importFrom(purrr,list_rbind)
importFrom(purrr,map)
importFrom(purrr,pluck)
importFrom(rlang,sym)
importFrom(stats,setNames)
importFrom(stringr,regex)
importFrom(stringr,str_detect)
importFrom(stringr,str_replace)
importFrom(stringr,str_subset)
importFrom(stringr,str_which)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,separate_wider_delim)
importFrom(tidyr,unite)
importFrom(tidyselect,everything)