-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
45 lines (44 loc) · 1.18 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export("%not_in%")
export(detect_language)
export(example_file)
export(find_obvious_dups)
export(find_potential_dups)
export(handle_obvious_dups)
export(read_Citavi_ctv6)
export(read_Citavi_xlsx)
export(update_Citavi_ctv6)
export(write_Citavi_xlsx)
import(crayon)
import(dplyr)
importFrom(DBI,dbClearResult)
importFrom(DBI,dbConnect)
importFrom(DBI,dbDisconnect)
importFrom(DBI,dbListTables)
importFrom(DBI,dbReadTable)
importFrom(DBI,dbSendQuery)
importFrom(RSQLite,SQLite)
importFrom(RcppAlgos,comboGeneral)
importFrom(dplyr,as_tibble)
importFrom(janitor,make_clean_names)
importFrom(magrittr,"%>%")
importFrom(openxlsx,write.xlsx)
importFrom(purrr,map)
importFrom(readxl,read_excel)
importFrom(scales,percent)
importFrom(stats,na.omit)
importFrom(stringdist,stringdist)
importFrom(stringr,str_count)
importFrom(stringr,str_detect)
importFrom(stringr,str_length)
importFrom(stringr,str_pad)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_split)
importFrom(textcat,textcat)
importFrom(tidyr,fill)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,replace_na)
importFrom(tidyr,separate_rows)
importFrom(tidyr,unite)
importFrom(utils,tail)