-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
44 lines (43 loc) · 1.12 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
# Generated by roxygen2: do not edit by hand
export(get_airmonitoring)
export(get_bicycle_routes)
export(get_citybike_stats)
export(get_feature)
export(get_feature_list)
export(get_linkedevents)
export(get_maintenance_locations)
export(get_traffic_count)
export(get_turku_addresses)
export(get_turku_energia_art)
export(select_feature)
export(wfs_api)
import(dplyr)
importFrom(geojsonsf,geojson_sf)
importFrom(httpcache,GET)
importFrom(httr,build_url)
importFrom(httr,http_error)
importFrom(httr,http_status)
importFrom(httr,modify_url)
importFrom(httr,parse_url)
importFrom(httr,status_code)
importFrom(httr,user_agent)
importFrom(jsonlite,fromJSON)
importFrom(methods,is)
importFrom(purrr,flatten_dfc)
importFrom(rgdal,readOGR)
importFrom(sf,st_as_sf)
importFrom(sf,st_crs)
importFrom(sf,st_read)
importFrom(sf,st_sf)
importFrom(utils,download.file)
importFrom(utils,menu)
importFrom(utils,read.csv)
importFrom(utils,read.csv2)
importFrom(utils,select.list)
importFrom(utils,unzip)
importFrom(xml2,as_list)
importFrom(xml2,read_xml)
importFrom(xml2,write_xml)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_ns_strip)
importFrom(xml2,xml_text)