-
Notifications
You must be signed in to change notification settings - Fork 11
/
NAMESPACE
70 lines (69 loc) · 1.71 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
# Generated by roxygen2: do not edit by hand
S3method(ds_cross_table,default)
S3method(ds_freq_table,default)
S3method(ds_group_summary,default)
S3method(ds_screener,default)
S3method(plot,ds_cross_table)
S3method(plot,ds_freq_table)
S3method(plot,ds_group_summary)
S3method(plot,ds_screener)
S3method(print,ds_cross_table)
S3method(print,ds_freq_table)
S3method(print,ds_group_summary)
S3method(print,ds_screener)
export(ds_auto_cross_table)
export(ds_auto_freq_table)
export(ds_auto_group_summary)
export(ds_auto_summary_stats)
export(ds_cross_table)
export(ds_css)
export(ds_cvar)
export(ds_extreme_obs)
export(ds_freq_cont)
export(ds_freq_table)
export(ds_gmean)
export(ds_group_summary)
export(ds_group_summary_interact)
export(ds_hmean)
export(ds_kurtosis)
export(ds_launch_shiny_app)
export(ds_mdev)
export(ds_measures_location)
export(ds_measures_symmetry)
export(ds_measures_variation)
export(ds_mode)
export(ds_multi_stats)
export(ds_oway_tables)
export(ds_percentiles)
export(ds_plot_bar)
export(ds_plot_bar_grouped)
export(ds_plot_bar_stacked)
export(ds_plot_box_group)
export(ds_plot_box_single)
export(ds_plot_density)
export(ds_plot_histogram)
export(ds_plot_scatter)
export(ds_range)
export(ds_rindex)
export(ds_screener)
export(ds_skewness)
export(ds_std_error)
export(ds_summary_stats)
export(ds_tailobs)
export(ds_tidy_stats)
export(ds_tway_tables)
export(ds_twoway_table)
import(ggplot2)
import(magrittr)
import(stats)
importFrom(rlang,"!!")
importFrom(rlang,sym)
importFrom(stats,na.omit)
importFrom(stats,runif)
importFrom(utils,available.packages)
importFrom(utils,combn)
importFrom(utils,globalVariables)
importFrom(utils,install.packages)
importFrom(utils,menu)
importFrom(utils,packageVersion)
importFrom(utils,update.packages)