-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
83 lines (82 loc) · 2.3 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
73
74
75
76
77
78
79
80
81
82
83
# Generated by roxygen2: do not edit by hand
export("%>%")
export(add_file_info_attributes)
export(check_for_differences)
export(check_problematic_entries)
export(clean_accessibility)
export(clean_author_names)
export(clean_dois)
export(clean_project_names)
export(clean_references_df)
export(create_df_from_endnote_xml)
export(create_endnote_list)
export(create_keywords_df)
export(create_list_by_pubtype_from_df)
export(create_list_with_unique_entries)
export(create_references_df)
export(default_clean_xlsx)
export(default_xlsx)
export(default_xml)
export(extdata_file)
export(get_abstract)
export(get_authors)
export(get_available_multi_cols)
export(get_keywords)
export(get_pdfurls)
export(get_reference_type_names)
export(get_secondary_authors)
export(get_tertiary_authors)
export(get_xml_filename_without_extension)
export(give_hints_accessiblity)
export(give_hints_author_names)
export(give_hints_project_names)
export(plot_pubs_by_author)
export(plot_pubs_by_year)
export(plot_wordcloud_keywords)
export(record_list_to_df)
export(tidy_df)
export(tidy_multi_cols_df)
export(tidy_multi_cols_list)
export(tidy_selected_cols)
export(write_clean_references_df_to_xlsx)
export(write_references_df_to_xlsx)
import(ggplot2)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,count)
importFrom(dplyr,desc)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,select_if)
importFrom(dplyr,starts_with)
importFrom(forcats,fct_reorder)
importFrom(fs,file_info)
importFrom(kwb.file,to_subdir_matrix)
importFrom(kwb.read,read_xml_as_path_value)
importFrom(kwb.utils,catAndRun)
importFrom(kwb.utils,catIf)
importFrom(magrittr,"%>%")
importFrom(openxlsx,write.xlsx)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,quo_name)
importFrom(stats,setNames)
importFrom(stringr,regex)
importFrom(stringr,str_detect)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_trim)
importFrom(tibble,tibble)
importFrom(tidyr,gather)
importFrom(tidyr,separate)
importFrom(tidyr,separate_rows)
importFrom(tools,file_path_sans_ext)
importFrom(wordcloud2,wordcloud2)
importFrom(xml2,as_list)