-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
52 lines (51 loc) · 1.29 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
# Generated by roxygen2: do not edit by hand
export(add_plotly_value_text)
export(assert_tbl_has_columns)
export(assert_tbl_has_rows)
export(barplot_server)
export(barplot_server2)
export(barplot_ui)
export(barplot_ui2)
export(create_group_text_from_eventdata)
export(create_nested_named_list)
export(create_plotly_text)
export(distributions_plot_server)
export(distributions_plot_server2)
export(distributions_plot_ui)
export(distributions_plot_ui2)
export(drilldown_histogram_server)
export(drilldown_scatterplot_server)
export(get_system_path_file)
export(get_unique_values_from_col)
export(get_values_from_eventdata)
export(heatmap_server)
export(heatmap_server2)
export(heatmap_ui)
export(heatmap_ui2)
export(imgLinkBox)
export(log_tbl_value_column)
export(messageBox)
export(optionsBox)
export(plotBox)
export(plotly_bar)
export(plotly_box)
export(plotly_histogram)
export(plotly_scatter)
export(plotly_server)
export(plotly_ui)
export(plotly_violin)
export(refactor_by_tbl_value_column)
export(scale_tbl_value_column)
export(se)
export(sectionBox)
export(subTitleBox)
export(summarise_tbl_at_column)
export(tableBox)
export(textBox)
export(titleBox)
export(transform_feature_formula)
export(transform_feature_string)
importFrom(magrittr,"%>%")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(stats,median)