-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
40 lines (39 loc) · 996 Bytes
/
NAMESPACE
File metadata and controls
40 lines (39 loc) · 996 Bytes
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
# Generated by roxygen2: do not edit by hand
export(convertOSM)
export(filterSF)
export(getOSM)
export(graphcarOSM)
export(graphcycleOSM)
export(graphpedesOSM)
export(mapviewOSM)
export(osmosisR)
export(postgresOSM)
export(sfOSM)
export(summaryOSM)
export(treemapOSM)
import(rworldmap)
importFrom(DBI,dbConnect)
importFrom(DBI,dbDisconnect)
importFrom(DBI,dbExecute)
importFrom(DBI,dbGetQuery)
importFrom(RPostgreSQL,PostgreSQL)
importFrom(RPostgreSQL,dbConnect)
importFrom(RPostgreSQL,dbDisconnect)
importFrom(dplyr,"%>%")
importFrom(dplyr,group_by)
importFrom(dplyr,summarise)
importFrom(mapview,mapview)
importFrom(rvest,html_nodes)
importFrom(rvest,html_table)
importFrom(sf,st_as_sf)
importFrom(sf,st_cast)
importFrom(sf,st_geometry)
importFrom(sf,st_geometry_type)
importFrom(sf,st_set_crs)
importFrom(sf,st_transform)
importFrom(sunburstR,sunburst)
importFrom(utils,download.file)
importFrom(utils,globalVariables)
importFrom(utils,head)
importFrom(utils,tail)
importFrom(xml2,read_html)