-
Notifications
You must be signed in to change notification settings - Fork 117
/
NAMESPACE
114 lines (113 loc) · 3.82 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
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
# Generated by roxygen2: do not edit by hand
S3method("names<-",haven_labelled)
S3method(as.character,haven_labelled)
S3method(as_factor,data.frame)
S3method(as_factor,haven_labelled)
S3method(as_factor,labelled)
S3method(format,haven_labelled)
S3method(format,pillar_shaft_haven_labelled_chr)
S3method(format,pillar_shaft_haven_labelled_num)
S3method(is.na,haven_labelled_spss)
S3method(levels,haven_labelled)
S3method(median,haven_labelled)
S3method(obj_print_footer,haven_labelled)
S3method(obj_print_footer,haven_labelled_spss)
S3method(obj_print_header,haven_labelled)
S3method(quantile,haven_labelled)
S3method(summary,haven_labelled)
S3method(vec_arith,haven_labelled)
S3method(vec_arith.haven_labelled,default)
S3method(vec_arith.haven_labelled,haven_labelled)
S3method(vec_arith.haven_labelled,numeric)
S3method(vec_arith.numeric,haven_labelled)
S3method(vec_cast,character.haven_labelled)
S3method(vec_cast,character.haven_labelled_spss)
S3method(vec_cast,double.haven_labelled)
S3method(vec_cast,double.haven_labelled_spss)
S3method(vec_cast,haven_labelled.character)
S3method(vec_cast,haven_labelled.double)
S3method(vec_cast,haven_labelled.haven_labelled)
S3method(vec_cast,haven_labelled.haven_labelled_spss)
S3method(vec_cast,haven_labelled.integer)
S3method(vec_cast,haven_labelled_spss.character)
S3method(vec_cast,haven_labelled_spss.double)
S3method(vec_cast,haven_labelled_spss.haven_labelled)
S3method(vec_cast,haven_labelled_spss.haven_labelled_spss)
S3method(vec_cast,haven_labelled_spss.integer)
S3method(vec_cast,integer.haven_labelled)
S3method(vec_cast,integer.haven_labelled_spss)
S3method(vec_math,haven_labelled)
S3method(vec_ptype2,character.haven_labelled)
S3method(vec_ptype2,character.haven_labelled_spss)
S3method(vec_ptype2,double.haven_labelled)
S3method(vec_ptype2,double.haven_labelled_spss)
S3method(vec_ptype2,haven_labelled.character)
S3method(vec_ptype2,haven_labelled.double)
S3method(vec_ptype2,haven_labelled.haven_labelled)
S3method(vec_ptype2,haven_labelled.haven_labelled_spss)
S3method(vec_ptype2,haven_labelled.integer)
S3method(vec_ptype2,haven_labelled_spss.character)
S3method(vec_ptype2,haven_labelled_spss.double)
S3method(vec_ptype2,haven_labelled_spss.haven_labelled)
S3method(vec_ptype2,haven_labelled_spss.haven_labelled_spss)
S3method(vec_ptype2,haven_labelled_spss.integer)
S3method(vec_ptype2,integer.haven_labelled)
S3method(vec_ptype2,integer.haven_labelled_spss)
S3method(vec_ptype_abbr,haven_labelled)
S3method(vec_ptype_abbr,haven_labelled_spss)
S3method(vec_ptype_full,haven_labelled)
S3method(vec_ptype_full,haven_labelled_spss)
S3method(zap_formats,data.frame)
S3method(zap_formats,default)
S3method(zap_label,data.frame)
S3method(zap_label,default)
S3method(zap_labels,data.frame)
S3method(zap_labels,default)
S3method(zap_labels,haven_labelled)
S3method(zap_labels,haven_labelled_spss)
S3method(zap_missing,data.frame)
S3method(zap_missing,default)
S3method(zap_missing,haven_labelled)
S3method(zap_missing,haven_labelled_spss)
S3method(zap_widths,data.frame)
S3method(zap_widths,default)
export(as_factor)
export(format_tagged_na)
export(is.labelled)
export(is_tagged_na)
export(labelled)
export(labelled_spss)
export(na_tag)
export(print_labels)
export(print_tagged_na)
export(read_dta)
export(read_por)
export(read_sas)
export(read_sav)
export(read_spss)
export(read_stata)
export(read_xpt)
export(tagged_na)
export(vec_arith.haven_labelled)
export(write_dta)
export(write_sas)
export(write_sav)
export(write_xpt)
export(zap_empty)
export(zap_formats)
export(zap_label)
export(zap_labels)
export(zap_missing)
export(zap_widths)
import(rlang)
import(vctrs)
importFrom(cli,cli_abort)
importFrom(cli,cli_warn)
importFrom(forcats,as_factor)
importFrom(hms,hms)
importFrom(lifecycle,deprecated)
importFrom(methods,setOldClass)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(tibble,tibble)
useDynLib(haven, .registration = TRUE)