-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
43 lines (42 loc) · 1022 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
42
43
# Generated by roxygen2: do not edit by hand
export(anuncio)
export(anuncio_cve)
export(check_code)
export(disposicion)
export(disposicion_cve)
export(get_xml)
export(last_date_boe)
export(open_publications)
export(query_consolidada)
export(query_htm)
export(query_pdf)
export(query_xml)
export(retrieve_document)
export(retrieve_sumario)
export(sumario)
export(sumario_cve)
export(sumario_nbo)
export(sumario_suplementos)
export(sumario_xml)
export(suplemento_cve)
export(tidy_sumario)
export(url_publications)
export(valid_code)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(httr,http_type)
importFrom(httr,modify_url)
importFrom(httr,status_code)
importFrom(httr,stop_for_status)
importFrom(httr,user_agent)
importFrom(methods,is)
importFrom(utils,browseURL)
importFrom(xml2,xml_attr)
importFrom(xml2,xml_attrs)
importFrom(xml2,xml_child)
importFrom(xml2,xml_children)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_length)
importFrom(xml2,xml_name)
importFrom(xml2,xml_parent)
importFrom(xml2,xml_text)