-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
39 lines (38 loc) · 1012 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(get_city_map)
export(get_feature)
export(get_feature_list)
export(get_hri_stats)
export(get_linkedevents)
export(get_rakennustietoruudukko)
export(get_servicemap)
export(get_vaestotietoruudukko)
export(select_feature)
export(wfs_api)
import(dplyr)
importFrom(curl,has_internet)
importFrom(httr,GET)
importFrom(httr,build_url)
importFrom(httr,http_error)
importFrom(httr,message_for_status)
importFrom(httr,modify_url)
importFrom(httr,parse_url)
importFrom(httr,timeout)
importFrom(httr,user_agent)
importFrom(jsonlite,fromJSON)
importFrom(methods,is)
importFrom(purrr,flatten_dfc)
importFrom(sf,read_sf)
importFrom(sf,st_crs)
importFrom(sf,st_read)
importFrom(utils,download.file)
importFrom(utils,select.list)
importFrom(utils,unzip)
importFrom(xml2,as_list)
importFrom(xml2,read_xml)
importFrom(xml2,write_xml)
importFrom(xml2,xml_children)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_has_attr)
importFrom(xml2,xml_ns_strip)
importFrom(xml2,xml_text)