-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
35 lines (34 loc) · 859 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
# Generated by roxygen2: do not edit by hand
export(downloadDMRs)
export(echoAirGetFacilityInfo)
export(echoAirGetMeta)
export(echoGetCAAPR)
export(echoGetEffluent)
export(echoGetFacilities)
export(echoGetReports)
export(echoSDWGetMeta)
export(echoSDWGetSystems)
export(echoWaterGetFacilityInfo)
export(echoWaterGetMeta)
export(echoWaterGetParams)
import(dplyr)
import(httr)
import(progress)
import(rlang)
importFrom(curl,nslookup)
importFrom(dplyr,bind_rows)
importFrom(httr,build_url)
importFrom(plyr,mapvalues)
importFrom(purrr,map)
importFrom(purrr,map_df)
importFrom(purrr,map_lgl)
importFrom(readr,locale)
importFrom(readr,read_csv)
importFrom(rlang,is_error)
importFrom(sf,st_read)
importFrom(tibble,as_tibble)
importFrom(tibble,is_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,gather_)
importFrom(tidyr,pivot_longer)
importFrom(utils,URLencode)