-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
50 lines (49 loc) · 1.16 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(bbox2poly)
export(find_vpu)
export(leaf_reaches)
export(nhd_get)
export(nhd_info)
export(nhd_list)
export(nhd_load)
export(nhd_plus_get)
export(nhd_plus_info)
export(nhd_plus_list)
export(nhd_plus_load)
export(nhd_plus_query)
export(nhd_query)
export(select_point_overlay)
export(select_poly_overlay)
export(terminal_reaches)
export(toUTM)
import(datasets)
import(maps)
importFrom(curl,has_internet)
importFrom(dplyr,select)
importFrom(dplyr,src_sqlite)
importFrom(dplyr,tbl)
importFrom(foreign,read.dbf)
importFrom(gdalUtils,ogr2ogr)
importFrom(ggplot2,map_data)
importFrom(httr,GET)
importFrom(httr,progress)
importFrom(httr,write_disk)
importFrom(rgdal,ogrInfo)
importFrom(rgdal,ogrListLayers)
importFrom(rlang,.data)
importFrom(rlang,quo)
importFrom(rvest,html_attrs)
importFrom(rvest,html_nodes)
importFrom(sf,st_area)
importFrom(sf,st_as_sfc)
importFrom(sf,st_centroid)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_drivers)
importFrom(sf,st_intersects)
importFrom(sf,st_read)
importFrom(sf,st_transform)
importFrom(sf,st_union)
importFrom(sf,st_zm)
importFrom(utils,unzip)
importFrom(xml2,read_html)