-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
53 lines (52 loc) · 1.45 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(convert_to_date)
export(fill_missing_values)
export(generate_dictionary)
export(inspect_na)
export(look_for)
export(pull_out)
export(read_csv_files_from_dir)
export(read_excel_files_from_dir)
export(read_excel_workbook)
export(read_gsheets)
export(read_spss_data)
export(read_stata_data)
importFrom(curl,has_internet)
importFrom(dplyr,across)
importFrom(dplyr,case_when)
importFrom(dplyr,everything)
importFrom(dplyr,group_by)
importFrom(dplyr,group_split)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(fs,dir_ls)
importFrom(googlesheets4,gs4_has_token)
importFrom(googlesheets4,read_sheet)
importFrom(googlesheets4,sheet_names)
importFrom(haven,as_factor)
importFrom(haven,is.labelled)
importFrom(haven,read_dta)
importFrom(haven,read_sav)
importFrom(inspectdf,inspect_na)
importFrom(labelled,generate_dictionary)
importFrom(labelled,lookfor)
importFrom(lubridate,as_date)
importFrom(lubridate,is.Date)
importFrom(lubridate,parse_date_time)
importFrom(magrittr,"%>%")
importFrom(methods,as)
importFrom(openxlsx,convertToDate)
importFrom(purrr,map_df)
importFrom(purrr,map_vec)
importFrom(readr,read_csv)
importFrom(readxl,excel_sheets)
importFrom(readxl,read_excel)
importFrom(readxl,read_xlsx)
importFrom(rlang,"%||%")
importFrom(sjlabelled,label_to_colnames)
importFrom(stats,median)
importFrom(stringr,str_length)
importFrom(tibble,tibble)
importFrom(tidyr,replace_na)