-
Notifications
You must be signed in to change notification settings - Fork 12
/
NAMESPACE
69 lines (68 loc) · 1.62 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
69
# Generated by roxygen2: do not edit by hand
export(bbox2poly)
export(extract_network)
export(find_vpu)
export(great_lakes)
export(leaf_reaches)
export(nhd_dl_state)
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(tip_reaches)
export(toUTM)
import(datasets)
import(maps)
importFrom(curl,has_internet)
importFrom(digest,digest)
importFrom(dplyr,select)
importFrom(dplyr,src_sqlite)
importFrom(dplyr,tbl)
importFrom(foreign,read.dbf)
importFrom(ggplot2,map_data)
importFrom(httr,GET)
importFrom(httr,progress)
importFrom(httr,write_disk)
importFrom(memoise,cache_memory)
importFrom(memoise,memoise)
importFrom(purrr,transpose)
importFrom(rlang,.data)
importFrom(rlang,quo)
importFrom(rvest,html_attrs)
importFrom(rvest,html_nodes)
importFrom(sf,"st_crs<-")
importFrom(sf,gdal_utils)
importFrom(sf,st_area)
importFrom(sf,st_as_sf)
importFrom(sf,st_as_sfc)
importFrom(sf,st_cast)
importFrom(sf,st_centroid)
importFrom(sf,st_convex_hull)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_distance)
importFrom(sf,st_drivers)
importFrom(sf,st_intersects)
importFrom(sf,st_join)
importFrom(sf,st_layers)
importFrom(sf,st_point)
importFrom(sf,st_read)
importFrom(sf,st_sfc)
importFrom(sf,st_transform)
importFrom(sf,st_union)
importFrom(sf,st_zm)
importFrom(stringr,str_extract)
importFrom(units,as_units)
importFrom(utils,capture.output)
importFrom(utils,unzip)
importFrom(xml2,read_html)
importFrom(xml2,read_xml)