generated from CDCgov/template
-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
45 lines (44 loc) · 925 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(print,surveytable_list)
S3method(print,surveytable_table)
export(as_object)
export(codebook)
export(set_count_1k)
export(set_count_int)
export(set_mode)
export(set_opts)
export(set_output)
export(set_survey)
export(show_options)
export(show_opts)
export(survey_subset)
export(svyciprop_adjusted)
export(tab)
export(tab_cross)
export(tab_rate)
export(tab_subset)
export(tab_subset_rate)
export(total)
export(total_rate)
export(var_all)
export(var_any)
export(var_case)
export(var_collapse)
export(var_copy)
export(var_cross)
export(var_cut)
export(var_list)
export(var_not)
import(assertthat)
import(glue)
import(magrittr)
import(survey)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,confint)
importFrom(stats,p.adjust)
importFrom(stats,pt)
importFrom(stats,qt)
importFrom(utils,capture.output)
importFrom(utils,tail)
importFrom(utils,write.table)