-
-
Notifications
You must be signed in to change notification settings - Fork 45
/
NAMESPACE
71 lines (70 loc) · 1.52 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
70
71
# Generated by roxygen2: do not edit by hand
export("%>%")
export(address_ranges)
export(alaska_native_regional_corporations)
export(append_geoid)
export(area_water)
export(block_groups)
export(blocks)
export(call_geolocator)
export(call_geolocator_latlon)
export(coastline)
export(combined_statistical_areas)
export(congressional_districts)
export(core_based_statistical_areas)
export(counties)
export(county_subdivisions)
export(divisions)
export(erase_water)
export(filter_place)
export(filter_state)
export(geo_join)
export(grep_place)
export(grep_state)
export(is_tigris)
export(landmarks)
export(linear_water)
export(list_counties)
export(list_places)
export(list_states)
export(lookup_code)
export(metro_divisions)
export(military)
export(nation)
export(native_areas)
export(new_england)
export(places)
export(primary_roads)
export(primary_secondary_roads)
export(pumas)
export(rails)
export(rbind_tigris)
export(regions)
export(roads)
export(school_districts)
export(shift_geometry)
export(state_legislative_districts)
export(states)
export(tigris_cache_dir)
export(tigris_type)
export(tracts)
export(tribal_block_groups)
export(tribal_census_tracts)
export(tribal_subdivisions_national)
export(urban_areas)
export(voting_districts)
export(zctas)
import(dplyr)
import(httr)
import(rappdirs)
import(sf)
import(utils)
import(uuid)
importFrom(dplyr,mutate)
importFrom(httr,GET)
importFrom(httr,stop_for_status)
importFrom(magrittr,"%>%")
importFrom(methods,as)
importFrom(stringr,str_pad)
importFrom(stringr,str_trim)
importFrom(utils,URLencode)