-
Notifications
You must be signed in to change notification settings - Fork 5
/
NAMESPACE
58 lines (57 loc) · 1.14 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(CAGR)
export(any_x)
export(append_to_list)
export(apply_row)
export(as_nps)
export(as_nps_cat)
export(as_percent)
export(box_it)
export(calc_pc_loglin)
export(calc_weights)
export(categorise)
export(char_to_lab)
export(chr_to_var)
export(clean_strings)
export(copy_df)
export(cor_to_df)
export(create_named_list)
export(data_dict)
export(extract_fa_loads)
export(extract_vallab)
export(lab_to_char)
export(labelled_quantile)
export(likert_convert)
export(likert_reverse)
export(look_up)
export(maxmin)
export(read_df)
export(recode_vallab)
export(remove_na_only)
export(replace_na_range)
export(run_hclust)
export(sav_to_rds)
export(set_vall)
export(set_varl)
export(split_tt)
export(squish)
export(superspread)
export(superspread_count)
export(superspread_fill)
export(timed_fn)
export(ttest_nps)
export(varl_tb)
export(wrap_text)
import(dplyr)
import(haven)
import(stringr)
importFrom(data.table,":=")
importFrom(glue,glue)
importFrom(magrittr,"%>%")
importFrom(purrr,is_null)
importFrom(purrr,map)
importFrom(tibble,enframe)
importFrom(tibble,tibble)
importFrom(tidyr,drop_na)
importFrom(tidyr,unnest)