-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
54 lines (53 loc) · 1.26 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
# Generated by roxygen2: do not edit by hand
S3method(as.list,rule)
S3method(get_log,data.frame)
S3method(get_log,list)
S3method(join_adsub_adsl,list)
S3method(log_filter,data.frame)
S3method(log_filter,list)
S3method(print,rule)
S3method(print_log,data.frame)
S3method(print_log,list)
S3method(propagate,list)
S3method(reformat,character)
S3method(reformat,default)
S3method(reformat,factor)
S3method(reformat,list)
export(add_whisker)
export(assert_all_tablenames)
export(assert_valid_format)
export(assert_valid_list_format)
export(attr_label)
export(attr_label_df)
export(co_relevels)
export(combine_list_rules)
export(combine_rules)
export(cut_by_group)
export(get_arg)
export(get_log)
export(join_adsub_adsl)
export(list2rules)
export(log_filter)
export(ls_explicit_na)
export(ls_unite)
export(multi_id_pivot_wider)
export(poly_pivot_wider)
export(print_log)
export(propagate)
export(reformat)
export(remove_whisker)
export(render_safe)
export(rule)
export(show_whisker)
import(dplyr)
import(rlang)
importFrom(checkmate,assert_class)
importFrom(forcats,fct_relevel)
importFrom(glue,glue)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(stats,setNames)
importFrom(stringr,str_replace_all)
importFrom(tibble,tribble)
importFrom(utils,modifyList)
importFrom(yaml,read_yaml)