-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
54 lines (53 loc) · 1.24 KB
/
NAMESPACE
File metadata and controls
54 lines (53 loc) · 1.24 KB
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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(facet_by)
export(facet_date_range)
export(facetable_fields)
export(filter_category)
export(filter_country)
export(filter_duplicate)
export(filter_entityid)
export(filter_georssid)
export(filter_guid)
export(filter_indexdate)
export(filter_language)
export(filter_pubdate)
export(filter_source)
export(filter_text)
export(filter_tonality)
export(finder_connect)
export(get_query)
export(list_to_df)
export(n_docs)
export(query_facet)
export(query_fetch)
export(query_str)
export(queryable_fields)
export(range_gap)
export(run)
export(select_fields)
export(selectable_fields)
export(sort_by)
export(valid_categories)
export(valid_countries)
export(valid_duplicate)
export(valid_languages)
export(valid_quotecategory)
export(valid_sources)
export(write_docs_csv)
export(xml_to_list)
importFrom(curl,curl_download)
importFrom(curl,curl_fetch_memory)
importFrom(dplyr,bind_rows)
importFrom(jsonlite,toJSON)
importFrom(magrittr,"%>%")
importFrom(readr,write_csv)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(xml2,as_list)
importFrom(xml2,read_xml)
importFrom(xml2,write_xml)
importFrom(xml2,xml_children)
importFrom(xml2,xml_find_first)
importFrom(xml2,xml_remove)
importFrom(xml2,xml_text)