-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
executable file
·48 lines (47 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(geocode)
export(geocode_mapbox)
export(get_distance)
export(get_employment_within)
export(get_population_within)
export(make_isochrone)
export(make_isodistance)
export(set_google_api)
export(set_mapbox_api)
export(set_nomis_api)
import(leaflet)
import(lubridate)
import(sf)
import(stringr)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,filter)
importFrom(dplyr,if_else)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(glue,glue)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(httr,http_error)
importFrom(httr,http_status)
importFrom(httr,http_type)
importFrom(janitor,clean_names)
importFrom(jsonlite,fromJSON)
importFrom(magrittr,"%>%")
importFrom(maptools,ContourLines2SLDF)
importFrom(readr,cols)
importFrom(rlang,.data)
importFrom(rlang,UQ)
importFrom(rlang,ensym)
importFrom(sf,read_sf)
importFrom(sf,st_area)
importFrom(sf,st_coordinates)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_intersection)
importFrom(sf,st_transform)
importFrom(utils,URLencode)