forked from strengejacke/sjmisc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
177 lines (176 loc) · 4.1 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
# Generated by roxygen2: do not edit by hand
S3method(all_na,data.frame)
S3method(all_na,default)
S3method(all_na,list)
S3method(big_mark,data.frame)
S3method(big_mark,default)
S3method(big_mark,list)
S3method(is_even,data.frame)
S3method(is_even,default)
S3method(is_even,list)
S3method(is_float,data.frame)
S3method(is_float,default)
S3method(is_float,list)
S3method(is_odd,data.frame)
S3method(is_odd,default)
S3method(is_odd,list)
S3method(is_whole,data.frame)
S3method(is_whole,default)
S3method(is_whole,list)
S3method(print,sj_merge.imp)
S3method(print,sjmisc_descr)
S3method(print,sjmisc_frq)
S3method(print,sjmisc_grpdescr)
S3method(trim,data.frame)
S3method(trim,default)
S3method(trim,list)
export("%>%")
export("%nin%")
export(add_columns)
export(all_na)
export(big_mark)
export(center)
export(center_if)
export(col_count)
export(count_na)
export(descr)
export(dicho)
export(dicho_if)
export(empty_cols)
export(empty_rows)
export(find_var)
export(flat_table)
export(frq)
export(glimpse)
export(group_labels)
export(group_labels_if)
export(group_str)
export(group_var)
export(group_var_if)
export(is_crossed)
export(is_empty)
export(is_even)
export(is_float)
export(is_nested)
export(is_num_fac)
export(is_odd)
export(is_whole)
export(merge_df)
export(merge_imputations)
export(rec)
export(rec_if)
export(rec_pattern)
export(recode_to)
export(recode_to_if)
export(ref_lvl)
export(remove_cols)
export(remove_empty_cols)
export(remove_empty_rows)
export(remove_var)
export(replace_columns)
export(replace_na)
export(rotate_df)
export(row_count)
export(row_means)
export(row_sums)
export(set_na)
export(set_na_if)
export(shorten_string)
export(split_var)
export(split_var_if)
export(spread_coef)
export(std)
export(std_if)
export(str_contains)
export(str_end)
export(str_pos)
export(str_start)
export(to_character)
export(to_dummy)
export(to_factor)
export(to_label)
export(to_long)
export(to_value)
export(trim)
export(var_rename)
export(var_type)
export(word_wrap)
export(zap_inf)
importFrom(broom,tidy)
importFrom(cli,cat_line)
importFrom(crayon,blue)
importFrom(crayon,cyan)
importFrom(crayon,italic)
importFrom(dplyr,"%>%")
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_indices)
importFrom(dplyr,group_vars)
importFrom(dplyr,mutate)
importFrom(dplyr,n_distinct)
importFrom(dplyr,pull)
importFrom(dplyr,quos)
importFrom(dplyr,select)
importFrom(dplyr,select_if)
importFrom(dplyr,select_vars)
importFrom(dplyr,slice)
importFrom(dplyr,ungroup)
importFrom(haven,is_tagged_na)
importFrom(haven,na_tag)
importFrom(haven,tagged_na)
importFrom(magrittr,"%>%")
importFrom(pillar,type_sum)
importFrom(psych,describe)
importFrom(purrr,flatten_chr)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_df)
importFrom(purrr,map_if)
importFrom(purrr,map_lgl)
importFrom(purrr,walk)
importFrom(rlang,.data)
importFrom(sjlabelled,add_labels)
importFrom(sjlabelled,as_label)
importFrom(sjlabelled,as_numeric)
importFrom(sjlabelled,copy_labels)
importFrom(sjlabelled,drop_labels)
importFrom(sjlabelled,get_label)
importFrom(sjlabelled,get_labels)
importFrom(sjlabelled,get_na)
importFrom(sjlabelled,get_values)
importFrom(sjlabelled,remove_labels)
importFrom(sjlabelled,set_label)
importFrom(sjlabelled,set_labels)
importFrom(stats,complete.cases)
importFrom(stats,ftable)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,na.pass)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,weighted.mean)
importFrom(stats,xtabs)
importFrom(stringdist,stringdist)
importFrom(stringdist,stringdistmatrix)
importFrom(stringr,coll)
importFrom(stringr,regex)
importFrom(stringr,str_detect)
importFrom(stringr,str_locate_all)
importFrom(tibble,add_column)
importFrom(tibble,add_row)
importFrom(tibble,as_tibble)
importFrom(tibble,glimpse)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,gather)
importFrom(tidyr,gather_)
importFrom(tidyr,nest)
importFrom(tidyr,spread_)
importFrom(tidyr,unnest)
importFrom(tidyselect,one_of)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)