-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
103 lines (102 loc) · 2.58 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
99
100
101
102
103
# Generated by roxygen2: do not edit by hand
S3method(ard_attributes,data.frame)
S3method(ard_attributes,default)
S3method(ard_categorical,data.frame)
S3method(ard_complex,data.frame)
S3method(ard_continuous,data.frame)
S3method(ard_dichotomous,data.frame)
S3method(ard_hierarchical,data.frame)
S3method(ard_hierarchical_count,data.frame)
S3method(ard_missing,data.frame)
S3method(ard_total_n,data.frame)
S3method(fill_formula_selectors,data.frame)
S3method(print,card)
S3method(process_formula_selectors,data.frame)
S3method(process_selectors,data.frame)
export("%>%")
export(add_calculated_row)
export(alias_as_fmt_fn)
export(all_ard_group_n)
export(all_ard_groups)
export(all_ard_variables)
export(all_missing_columns)
export(all_of)
export(any_of)
export(apply_fmt_fn)
export(ard_attributes)
export(ard_categorical)
export(ard_complex)
export(ard_continuous)
export(ard_dichotomous)
export(ard_hierarchical)
export(ard_hierarchical_count)
export(ard_missing)
export(ard_pairwise)
export(ard_stack)
export(ard_stack_hierarchical)
export(ard_stack_hierarchical_count)
export(ard_strata)
export(ard_total_n)
export(as_card)
export(as_cards_fn)
export(as_nested_list)
export(bind_ard)
export(captured_condition_as_error)
export(captured_condition_as_message)
export(cards_select)
export(check_ard_structure)
export(check_list_elements)
export(compute_formula_selector)
export(contains)
export(continuous_summary_fns)
export(default_stat_labels)
export(ends_with)
export(eval_capture_conditions)
export(everything)
export(fill_formula_selectors)
export(get_ard_statistics)
export(get_cards_fn_stat_names)
export(is_cards_fn)
export(label_cards)
export(last_col)
export(matches)
export(maximum_variable_value)
export(mock_attributes)
export(mock_categorical)
export(mock_continuous)
export(mock_dichotomous)
export(mock_missing)
export(mock_total_n)
export(nest_for_ard)
export(num_range)
export(one_of)
export(print_ard_conditions)
export(process_formula_selectors)
export(process_selectors)
export(rename_ard_columns)
export(replace_null_statistic)
export(round5)
export(shuffle_ard)
export(starts_with)
export(tidy_ard_column_order)
export(tidy_ard_row_order)
export(tidy_as_ard)
export(update_ard_fmt_fn)
export(update_ard_stat_label)
export(vars)
export(where)
import(rlang)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,any_of)
importFrom(dplyr,contains)
importFrom(dplyr,ends_with)
importFrom(dplyr,everything)
importFrom(dplyr,last_col)
importFrom(dplyr,matches)
importFrom(dplyr,num_range)
importFrom(dplyr,one_of)
importFrom(dplyr,starts_with)
importFrom(dplyr,vars)
importFrom(dplyr,where)