-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
46 lines (45 loc) · 1.21 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
# Generated by roxygen2: do not edit by hand
S3method(.available_filters_choices,default)
S3method(.available_filters_choices,tblist)
S3method(.gui_filter,date_range)
S3method(.gui_filter,datetime_range)
S3method(.gui_filter,discrete)
S3method(.gui_filter,discrete_text)
S3method(.gui_filter,multi_discrete)
S3method(.gui_filter,query)
S3method(.gui_filter,range)
S3method(.render_filters,default)
S3method(.render_filters,tblist)
S3method(.step_attrition,default)
S3method(.step_attrition,tblist)
S3method(.update_data_stats,default)
S3method(.update_data_stats,tblist)
S3method(autofilter,default)
S3method(autofilter,tblist)
export(.available_filters_choices)
export(.cb_input)
export(.custom_attrition)
export(.gui_filter)
export(.keep_na_input)
export(.pre_post_stats)
export(.pre_post_stats_text)
export(.render_filter)
export(.render_filters)
export(.save_observer)
export(.sendOutput)
export(.step_attrition)
export(.trigger_action)
export(.trigger_action_js)
export(.update_data_stats)
export(.update_keep_na_input)
export(autofilter)
export(cb_changed)
export(cb_server)
export(cb_ui)
export(demo_app)
export(gui)
export(scb_chart_palette)
export(scb_icons)
export(scb_labels)
importFrom(dplyr,sym)
importFrom(magrittr,"%>%")