- Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
29 lines (28 loc) · 705 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
# Generated by roxygen2: do not edit by hand
export(count_identifiers)
export(dump_raw_to_db)
export(dump_raw_to_txt)
export(dump_to_rds)
export(get_records)
export(id)
export(list_identifiers)
export(list_metadataformats)
export(list_records)
export(list_sets)
export(load_providers)
export(oai_available)
export(update_providers)
importFrom(httr,GET)
importFrom(httr,RETRY)
importFrom(httr,content)
importFrom(httr,stop_for_status)
importFrom(plyr,rbind.fill)
importFrom(stringr,str_extract)
importFrom(xml2,as_list)
importFrom(xml2,read_xml)
importFrom(xml2,xml_attr)
importFrom(xml2,xml_attrs)
importFrom(xml2,xml_children)
importFrom(xml2,xml_name)
importFrom(xml2,xml_ns)
importFrom(xml2,xml_text)