-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
60 lines (59 loc) · 1.52 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
# Generated by roxygen2: do not edit by hand
export(abs_cat_download)
export(abs_cat_releases)
export(abs_cat_stats)
export(abs_cat_tables)
export(abs_cat_unzip)
export(abs_datasets)
export(abs_dimensions)
export(abs_metadata)
export(abs_read_tss)
export(abs_search)
export(abs_stats)
export(rba_file_download)
export(rba_read_tss)
export(rba_search)
export(rba_stats)
export(rba_table_cache)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,left_join)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(httr,http_error)
importFrom(httr,http_status)
importFrom(httr,http_type)
importFrom(httr,progress)
importFrom(httr,status_code)
importFrom(httr,user_agent)
importFrom(httr,write_disk)
importFrom(jsonlite,fromJSON)
importFrom(lubridate,ceiling_date)
importFrom(lubridate,days)
importFrom(readxl,excel_sheets)
importFrom(readxl,read_excel)
importFrom(rvest,follow_link)
importFrom(rvest,html_attr)
importFrom(rvest,html_nodes)
importFrom(rvest,html_session)
importFrom(rvest,html_table)
importFrom(rvest,html_text)
importFrom(rvest,jump_to)
importFrom(stats,complete.cases)
importFrom(stats,setNames)
importFrom(tidyr,gather)
importFrom(utils,unzip)
importFrom(utils,zip)
importFrom(xml2,as_list)
importFrom(xml2,read_html)
importFrom(xml2,read_xml)
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_ns_strip)
importFrom(xml2,xml_parent)
importFrom(xml2,xml_text)