forked from r-spatial/mapedit
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
49 lines (48 loc) · 1.23 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
45
46
47
48
49
# Generated by roxygen2: do not edit by hand
S3method(editFeatures,Spatial)
S3method(editFeatures,sf)
S3method(editMap,"NULL")
S3method(editMap,leaflet)
S3method(editMap,mapview)
S3method(selectFeatures,Spatial)
S3method(selectFeatures,sf)
S3method(selectMap,leaflet)
export(drawFeatures)
export(editAttributes)
export(editFeatures)
export(editMap)
export(editMod)
export(editModUI)
export(mapeditAddin)
export(selectFeatures)
export(selectMap)
export(selectMod)
export(selectModUI)
import(dplyr)
import(htmltools)
import(leafem)
import(leaflet)
import(leafpop)
import(mapview)
import(sf)
import(shiny)
importFrom(DT,dataTableOutput)
importFrom(DT,dataTableProxy)
importFrom(DT,datatable)
importFrom(DT,editData)
importFrom(DT,renderDataTable)
importFrom(DT,replaceData)
importFrom(leaflet,setView)
importFrom(mapview,mapview)
importFrom(miniUI,gadgetTitleBar)
importFrom(miniUI,miniButtonBlock)
importFrom(miniUI,miniContentPanel)
importFrom(miniUI,miniPage)
importFrom(rstudioapi,getActiveDocumentContext)
importFrom(sf,write_sf)
importFrom(shinyWidgets,actionBttn)
importFrom(shinyWidgets,show_alert)
importFrom(shinyWidgets,switchInput)
importFrom(shinyWidgets,updateSwitchInput)
importFrom(shinyWidgets,useSweetAlert)
importFrom(tmaptools,geocode_OSM)