forked from caldwellst/kobold
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
64 lines (63 loc) · 1.69 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
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,kobold)
S3method(as_tibble,kobold)
export(choice_labels_to_names)
export(choice_names_to_labels)
export(convert_calc)
export(convert_relevant)
export(kobold)
export(kobold_cleaner)
export(read_xls_form)
importFrom(dplyr,"%>%")
importFrom(dplyr,filter)
importFrom(dplyr,funs)
importFrom(dplyr,matches)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,mutate_at)
importFrom(dplyr,one_of)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,tibble)
importFrom(dplyr,vars)
importFrom(glue,glue)
importFrom(glue,glue_collapse)
importFrom(lubridate,as_date)
importFrom(lubridate,as_datetime)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_lgl)
importFrom(purrr,pmap)
importFrom(purrr,walk)
importFrom(readr,type_convert)
importFrom(readxl,excel_sheets)
importFrom(readxl,read_excel)
importFrom(rlang,"!!")
importFrom(rlang,":=")
importFrom(rlang,abort)
importFrom(rlang,caller_env)
importFrom(rlang,current_env)
importFrom(rlang,env_names)
importFrom(rlang,is_empty)
importFrom(rlang,parse_expr)
importFrom(rlang,sym)
importFrom(rlang,warn)
importFrom(stringr,str_c)
importFrom(stringr,str_count)
importFrom(stringr,str_detect)
importFrom(stringr,str_locate_all)
importFrom(stringr,str_match)
importFrom(stringr,str_match_all)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_trim)
importFrom(stringr,str_which)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,replace_na)