-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
68 lines (67 loc) · 1.79 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
61
62
63
64
65
66
67
68
# Generated by roxygen2: do not edit by hand
export(.clean_archive)
export(.get_archive_wsp)
export(.recode_pollutant)
export(.recode_unit)
export(.recode_unit_code)
export(convert_to_imeca)
export(convert_to_index)
export(download_24hr_average)
export(download_deposition)
export(download_lead)
export(download_meteorological)
export(download_pollution)
export(download_pressure)
export(download_radiation)
export(get_latest_data)
export(get_latest_imeca)
export(get_station_data)
export(get_station_imeca)
export(get_station_month_data)
export(get_station_single_month)
export(get_zone_data)
export(get_zone_imeca)
export(idw360)
importFrom(dplyr,"%>%")
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,recode)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,http_error)
importFrom(httr,http_type)
importFrom(httr,status_code)
importFrom(httr,timeout)
importFrom(lubridate,day)
importFrom(lubridate,fast_strptime)
importFrom(lubridate,month)
importFrom(lubridate,year)
importFrom(progress,progress_bar)
importFrom(readr,col_character)
importFrom(readr,col_double)
importFrom(readr,col_integer)
importFrom(readr,read_csv)
importFrom(readxl,read_excel)
importFrom(rvest,html_nodes)
importFrom(rvest,html_table)
importFrom(rvest,html_text)
importFrom(sp,spDists)
importFrom(stats,na.omit)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_match)
importFrom(stringr,str_pad)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_sub)
importFrom(tidyr,gather)
importFrom(tidyr,separate)
importFrom(utils,URLdecode)
importFrom(utils,download.file)
importFrom(utils,unzip)
importFrom(xml2,read_html)