-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
41 lines (40 loc) · 1010 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(create_db)
export(create_mirror)
export(extract_db)
export(extract_mirror)
export(fetch_all_json)
export(fetch_briefings)
export(fetch_briefings_json)
export(fetch_sections)
export(fetch_topics)
export(get_authors)
export(get_briefings)
export(get_db_authors)
export(get_db_briefings)
export(get_db_documents)
export(get_db_sections)
export(get_db_table)
export(get_db_topics)
export(get_documents)
export(get_mirror_authors)
export(get_mirror_briefings)
export(get_mirror_documents)
export(get_mirror_sections)
export(get_mirror_topics)
export(get_sections)
export(get_topics)
export(update_db)
export(update_db_authors)
export(update_db_briefings)
export(update_db_documents)
export(update_db_sections)
export(update_db_topics)
export(update_mirror)
export(update_mirror_authors)
export(update_mirror_briefings)
export(update_mirror_documents)
export(update_mirror_sections)
export(update_mirror_topics)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)