-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathNAMESPACE
More file actions
45 lines (44 loc) · 1.21 KB
/
NAMESPACE
File metadata and controls
45 lines (44 loc) · 1.21 KB
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
# Generated by roxygen2: do not edit by hand
export(check_api_access)
export(convert_municipality_key_codes)
export(geocode)
export(geocode_reverse)
export(get_municipalities)
export(get_municipality_pop)
export(get_population_grid)
export(get_statistical_grid)
export(get_zipcodes)
export(municipality_central_localities)
export(ogc_get_maastotietokanta)
export(ogc_get_maastotietokanta_collections)
export(ogc_get_nimisto)
export(ogc_get_statfi_area)
export(ogc_get_statfi_area_pop)
export(ogc_get_statfi_statistical_grid)
export(wfs_api)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(httr2,req_perform)
importFrom(httr2,req_retry)
importFrom(httr2,req_user_agent)
importFrom(httr2,request)
importFrom(httr2,resp_body_json)
importFrom(httr2,resp_body_string)
importFrom(jsonlite,toJSON)
importFrom(methods,is)
importFrom(purrr,compact)
importFrom(purrr,keep)
importFrom(purrr,map2)
importFrom(purrr,modify)
importFrom(rlang,.data)
importFrom(sf,st_as_sf)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_is_valid)
importFrom(sf,st_read)
importFrom(sf,st_transform)
importFrom(xml2,read_xml)
importFrom(xml2,write_xml)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_text)
importFrom(yaml,read_yaml)