-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
64 lines (63 loc) · 1.54 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(add_waterYear)
export(aggregate_dowy)
export(aggregate_j)
export(aggregate_m)
export(aggregate_record)
export(aggregate_s)
export(aggregate_wy)
export(aggregate_wym)
export(aggregate_wymd)
export(aggregate_wys)
export(aggregate_y)
export(aggregate_yj)
export(aggregate_ym)
export(aggregate_ymd)
export(aggregate_ys)
export(discover_nhd)
export(discover_nwis)
export(find_outlets)
export(readNWMdata)
export(split_time)
importFrom(RNetCDF,close.nc)
importFrom(RNetCDF,open.nc)
importFrom(RNetCDF,var.get.nc)
importFrom(dplyr,add_tally)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_by_at)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,recode)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarize_at)
importFrom(dplyr,ungroup)
importFrom(fastmatch,fmatch)
importFrom(httr,RETRY)
importFrom(httr,timeout)
importFrom(lubridate,day)
importFrom(lubridate,hour)
importFrom(lubridate,month)
importFrom(lubridate,with_tz)
importFrom(lubridate,yday)
importFrom(lubridate,year)
importFrom(lubridate,ymd)
importFrom(lubridate,ymd_hm)
importFrom(magrittr,"%>%")
importFrom(sf,read_sf)
importFrom(sf,st_as_sf)
importFrom(sf,st_bbox)
importFrom(sf,st_cast)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_geometry_type)
importFrom(sf,st_line_sample)
importFrom(sf,st_transform)
importFrom(sf,st_zm)
importFrom(xml2,read_xml)
importFrom(xml2,xml_attr)
importFrom(xml2,xml_children)
importFrom(xml2,xml_root)