-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathNAMESPACE
More file actions
56 lines (55 loc) · 1.48 KB
/
NAMESPACE
File metadata and controls
56 lines (55 loc) · 1.48 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
46
47
48
49
50
51
52
53
54
55
56
# 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_dem)
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)
import(terra)
importFrom(digest,digest)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(glue,glue)
importFrom(httr2,req_body_json)
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(purrr,pluck)
importFrom(rappdirs,user_cache_dir)
importFrom(rlang,.data)
importFrom(sf,st_as_sf)
importFrom(sf,st_bbox)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_geometry)
importFrom(sf,st_is_valid)
importFrom(sf,st_polygon)
importFrom(sf,st_read)
importFrom(sf,st_sfc)
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)