-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
56 lines (55 loc) · 1.33 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
# Generated by roxygen2: do not edit by hand
export(aoi_describe)
export(aoi_draw)
export(aoi_ext)
export(aoi_get)
export(aoi_inside)
export(aoi_map)
export(bbox_coords)
export(bbox_get)
export(discritize)
export(fip_meta)
export(geocode)
export(geocode_rev)
export(geocode_wiki)
export(getFiat)
export(list_states)
importFrom(dplyr,`%>%`)
importFrom(dplyr,any_of)
importFrom(dplyr,contains)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(fipio,as_fips)
importFrom(fipio,fips_metadata)
importFrom(jsonlite,fromJSON)
importFrom(rnaturalearth,ne_countries)
importFrom(rvest,html_attr)
importFrom(rvest,html_nodes)
importFrom(rvest,html_table)
importFrom(rvest,html_text)
importFrom(rvest,read_html)
importFrom(sf,`%>%`)
importFrom(sf,st_area)
importFrom(sf,st_as_sf)
importFrom(sf,st_as_sfc)
importFrom(sf,st_bbox)
importFrom(sf,st_buffer)
importFrom(sf,st_cast)
importFrom(sf,st_crs)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_geometry_type)
importFrom(sf,st_intersection)
importFrom(sf,st_intersects)
importFrom(sf,st_is)
importFrom(sf,st_is_longlat)
importFrom(sf,st_point)
importFrom(sf,st_polygon)
importFrom(sf,st_set_crs)
importFrom(sf,st_sf)
importFrom(sf,st_sfc)
importFrom(sf,st_transform)
importFrom(sf,st_union)
importFrom(tidygeocoder,geo)
importFrom(tidygeocoder,reverse_geo)
importFrom(units,set_units)