-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
33 lines (32 loc) · 909 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(download_latest_ons_data)
export(get_about_this_dataset)
export(get_available_editions)
export(get_dataset_title)
export(get_html_text)
export(get_latest_edition)
export(get_latest_ons_data_url)
export(get_metadata)
export(get_next_updated)
export(get_release_date)
importFrom(RCurl,url.exists)
importFrom(dplyr,as_tibble)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,row_number)
importFrom(magrittr,"%>%")
importFrom(rvest,html_attr)
importFrom(rvest,html_element)
importFrom(rvest,html_elements)
importFrom(rvest,html_text2)
importFrom(rvest,read_html)
importFrom(stringr,str_detect)
importFrom(stringr,str_locate_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_subset)
importFrom(tidyr,separate)
importFrom(utils,download.file)
importFrom(xml2,url_absolute)