-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
133 lines (132 loc) · 3.25 KB
/
Copy pathNAMESPACE
File metadata and controls
133 lines (132 loc) · 3.25 KB
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
# Generated by roxygen2: do not edit by hand
S3method(.collect_data,default)
S3method(.collect_data,tblist)
S3method(.get_attrition_count,default)
S3method(.get_attrition_count,tblist)
S3method(.get_attrition_label,default)
S3method(.get_attrition_label,tblist)
S3method(.get_stats,default)
S3method(.get_stats,tblist)
S3method(.init_step,default)
S3method(.init_step,tblist)
S3method(.post_binding,default)
S3method(.post_filtering,default)
S3method(.pre_filtering,default)
S3method(.pre_filtering,tblist)
S3method(.print_filter,CbFilter)
S3method(.print_filter,CbFilterQuery)
S3method(.print_filter,default)
S3method(.propagate_domains,default)
S3method(.propagate_domains,tblist)
S3method(.repro_code_tweak,tblist)
S3method(.run_binding,default)
S3method(.run_binding,tblist)
S3method(add_filter,Cohort)
S3method(add_filter,Source)
S3method(add_step,Cohort)
S3method(add_step,Source)
S3method(as.tblist,data.frame)
S3method(as.tblist,list)
S3method(autofilter,default)
S3method(autofilter,tblist)
S3method(print,cb_tool)
S3method(rm_filter,Cohort)
S3method(rm_filter,Source)
S3method(rm_step,Cohort)
S3method(rm_step,Source)
S3method(set_source,tblist)
S3method(shape,default)
S3method(shape,tblist)
S3method(update_filter,Cohort)
S3method(update_filter,Source)
export("%->%")
export(.collect_data)
export(.gen_id)
export(.get_attrition_count)
export(.get_attrition_label)
export(.get_item)
export(.get_method)
export(.get_stats)
export(.if_value)
export(.init_step)
export(.post_binding)
export(.post_filtering)
export(.pre_filtering)
export(.print_filter)
export(.propagate_domains)
export(.repro_code_tweak)
export(.run_binding)
export(CbFilter)
export(CbFilterDateRange)
export(CbFilterDatetimeRange)
export(CbFilterDiscrete)
export(CbFilterDiscreteText)
export(CbFilterMultiDiscrete)
export(CbFilterQuery)
export(CbFilterRange)
export(Source)
export(add_filter)
export(add_hook)
export(add_source)
export(add_step)
export(as.tblist)
export(attrition)
export(autofilter)
export(bind_key)
export(bind_keys)
export(cb_domain_from_data)
export(cb_domain_from_stats)
export(cb_filter_data)
export(cb_filter_to_expr)
export(cb_get_filter_data)
export(cb_get_filter_defaults)
export(cb_get_filter_stats)
export(cb_intersect_domain)
export(cb_intersect_domain_values)
export(cb_plot_filter_data)
export(cb_register_tool)
export(cb_register_tools)
export(cb_tool)
export(cb_tool_add_filters)
export(cb_tool_apply_filters)
export(cb_tool_clear_filters)
export(cb_tool_describe_state)
export(cb_tool_filters_meta)
export(cb_tool_get_code)
export(cb_tool_get_data_summary)
export(cb_tool_remove_filters)
export(cb_tool_remove_step)
export(cb_tool_run)
export(cb_tool_set_filter_values)
export(cb_tool_toggle_filters)
export(code)
export(cohort)
export(data_key)
export(describe)
export(description)
export(filter)
export(filter_domain)
export(filter_effective_value)
export(filter_variables)
export(get_data)
export(get_filter_params)
export(get_hook)
export(get_state)
export(plot_data)
export(primary_keys)
export(register_filter_type)
export(restore)
export(rm_filter)
export(rm_step)
export(run)
export(set_source)
export(shape)
export(stat)
export(step)
export(sum_up)
export(tblist)
export(tblist_class)
export(update_filter)
export(update_source)
if (getRversion() < "4.3.0") importFrom("S7", "@")
importFrom(dplyr,sym)