-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
55 lines (54 loc) · 1.47 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
# Generated by roxygen2: do not edit by hand
export(analyze_metadata)
export(analyze_trends_over_time_binned)
export(check_api_access)
export(enrich_author_name)
export(finna_cite)
export(finna_interactive)
export(get_finna_records)
export(integrate_metadata)
export(load_offline_data)
export(refine_metadata)
export(save_for_offline)
export(search_finna)
export(search_finna_from_file)
export(search_publisher)
export(visualize_author_distribution)
export(visualize_format_distribution)
export(visualize_format_distribution_pie)
export(visualize_format_library_correlation)
export(visualize_library_distribution)
export(visualize_subject_distribution)
export(visualize_title_year_heatmap)
export(visualize_top_20_titles)
export(visualize_word_cloud)
export(visualize_year_distribution)
export(visualize_year_distribution_line)
import(dplyr)
import(ggplot2)
import(rlang)
import(stringr)
import(tidyr)
import(tm)
import(wordcloud2)
importFrom(RefManageR,toBiblatex)
importFrom(curl,curl_download)
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,summarise)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,theme_minimal)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(httr,status_code)
importFrom(lubridate,year)
importFrom(lubridate,ymd)
importFrom(utils,capture.output)
importFrom(utils,menu)
importFrom(utils,person)
importFrom(utils,toBibtex)