-
Notifications
You must be signed in to change notification settings - Fork 9
/
NAMESPACE
61 lines (60 loc) · 1.58 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
# Generated by roxygen2: do not edit by hand
export(jst_add_total_pages)
export(jst_augment)
export(jst_clean_page)
export(jst_combine_outputs)
export(jst_define_import)
export(jst_example)
export(jst_get_article)
export(jst_get_authors)
export(jst_get_book)
export(jst_get_chapters)
export(jst_get_file_name)
export(jst_get_footnotes)
export(jst_get_full_text)
export(jst_get_journal_overview)
export(jst_get_ngram)
export(jst_get_references)
export(jst_get_total_pages)
export(jst_import)
export(jst_import_zip)
export(jst_preview_zip)
export(jst_re_import)
export(jst_subset_ngrams)
export(jst_unify_journal_id)
importFrom(dplyr,as_data_frame)
importFrom(dplyr,bind_rows)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,n)
importFrom(dplyr,rename)
importFrom(magrittr,"%>%")
importFrom(purrr,discard)
importFrom(purrr,flatten_chr)
importFrom(purrr,is_empty)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_if)
importFrom(purrr,map_lgl)
importFrom(readr,col_character)
importFrom(readr,col_integer)
importFrom(readr,cols)
importFrom(readr,guess_encoding)
importFrom(readr,locale)
importFrom(readr,read_csv)
importFrom(readr,read_file)
importFrom(readr,write_csv)
importFrom(rlang,abort)
importFrom(rlang,enquos)
importFrom(rlang,eval_tidy)
importFrom(rlang,get_expr)
importFrom(stringr,str_detect)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(tibble,new_tibble)
importFrom(xml2,xml_child)
importFrom(xml2,xml_children)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_find_first)
importFrom(xml2,xml_text)