forked from dcr-unibe-ch/redcaptools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
57 lines (56 loc) · 1.46 KB
/
NAMESPACE
File metadata and controls
57 lines (56 loc) · 1.46 KB
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
# Generated by roxygen2: do not edit by hand
export(convert_to_logical)
export(label_others)
export(multichoice_factor)
export(multichoice_opts)
export(rc_dates)
export(rc_datetimes)
export(rc_prep)
export(redcap_dates)
export(redcap_export_batch)
export(redcap_export_byform)
export(redcap_export_meta)
export(redcap_export_tbl)
export(redcap_import_recode)
export(redcap_import_select)
export(redcap_prep)
export(redcap_prep_dates)
export(redcap_prep_datetimes)
export(redcap_toform)
export(remove_empty_rows)
export(singlechoice_factor)
export(singlechoice_opts)
export(split_by_form)
importFrom(crayon,blue)
importFrom(crayon,bold)
importFrom(crayon,italic)
importFrom(crayon,red)
importFrom(crayon,underline)
importFrom(dplyr,across)
importFrom(dplyr,bind_rows)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,if_else)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,where)
importFrom(httr2,req_body_form)
importFrom(httr2,req_headers)
importFrom(httr2,req_perform)
importFrom(httr2,request)
importFrom(httr2,resp_body_string)
importFrom(httr2,resp_status)
importFrom(labelled,"var_label<-")
importFrom(labelled,var_label)
importFrom(lubridate,as_date)
importFrom(lubridate,ymd_hm)
importFrom(magrittr,"%>%")
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_split)
importFrom(tidyr,fill)
importFrom(utils,read.csv)
importFrom(utils,str)
importFrom(utils,write.table)