-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
50 lines (49 loc) · 1.24 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
# Generated by roxygen2: do not edit by hand
export(antecedent_precip)
export(append_weather)
export(assign_precip_events)
export(compare_database)
export(db_connect)
export(db_list_tables)
export(db_locations)
export(db_qaqc_suite)
export(db_results)
export(db_table)
export(db_table_fields)
export(get_storet_locations)
export(get_storet_results)
export(hotspot_report)
export(load_precip_from_usgs)
export(load_precip_from_xls)
export(load_wq)
export(precip_event_summary)
export(storet_compare_count)
export(water_year)
export(wqx_locations)
export(wqx_projects)
export(wqx_results)
export(wqx_validate_locations)
export(wqx_validate_results)
importFrom(dataRetrieval,readNWISuv)
importFrom(dplyr,arrange_)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_by_)
importFrom(dplyr,left_join)
importFrom(dplyr,summarise)
importFrom(dplyr,tally)
importFrom(dplyr,ungroup)
importFrom(httr,GET)
importFrom(httr,write_disk)
importFrom(lubridate,floor_date)
importFrom(lubridate,round_date)
importFrom(lubridate,with_tz)
importFrom(lubridate,ymd)
importFrom(lubridate,ymd_hms)
importFrom(plyr,rename)
importFrom(plyr,revalue)
importFrom(readxl,read_excel)
importFrom(tidyr,spread)
importFrom(zoo,coredata)
importFrom(zoo,rollapply)
importFrom(zoo,zoo)