-
Notifications
You must be signed in to change notification settings - Fork 5
/
NAMESPACE
72 lines (71 loc) · 2.17 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
# Generated by roxygen2: do not edit by hand
S3method(vec_cast,character.labelled)
S3method(vec_cast,double.labelled)
S3method(vec_cast,integer.labelled)
S3method(vec_cast,labelled.character)
S3method(vec_cast,labelled.double)
S3method(vec_cast,labelled.integer)
S3method(vec_cast,labelled.labelled)
S3method(vec_cast,labelled.logical)
S3method(vec_cast,logical.labelled)
S3method(vec_ptype2,character.labelled)
S3method(vec_ptype2,double.labelled)
S3method(vec_ptype2,integer.labelled)
S3method(vec_ptype2,labelled.character)
S3method(vec_ptype2,labelled.double)
S3method(vec_ptype2,labelled.integer)
S3method(vec_ptype2,labelled.labelled)
S3method(vec_ptype2,labelled.logical)
S3method(vec_ptype2,logical.labelled)
export("%>%")
export(drop_label)
export(drop_labels)
export(import_instruments)
export(make_binary_word)
export(make_choose_all_table)
export(make_choose_one_table)
export(make_instrument)
export(make_instrument_auto)
export(make_yes_no)
export(make_yes_no_unknown)
importFrom(REDCapR,redcap_metadata_read)
importFrom(REDCapR,redcap_read)
importFrom(REDCapR,redcap_read_oneshot)
importFrom(cli,cli_inform)
importFrom(dplyr,across)
importFrom(dplyr,bind_cols)
importFrom(dplyr,case_when)
importFrom(dplyr,if_else)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarise_all)
importFrom(janitor,adorn_pct_formatting)
importFrom(janitor,tabyl)
importFrom(labelVector,is_labelled)
importFrom(labelVector,set_label)
importFrom(magrittr,"%>%")
importFrom(purrr,map_chr)
importFrom(purrr,map_df)
importFrom(purrr,map_lgl)
importFrom(rlang,.data)
importFrom(stringr,fixed)
importFrom(stringr,regex)
importFrom(stringr,str_count)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_locate)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace_na)
importFrom(stringr,str_sub)
importFrom(tibble,enframe)
importFrom(tidyr,pivot_longer)
importFrom(tidyselect,ends_with)
importFrom(tidyselect,everything)
importFrom(tidyselect,starts_with)
importFrom(tidyselect,vars_select_helpers)
importFrom(vctrs,vec_cast)
importFrom(vctrs,vec_ptype2)