-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
97 lines (96 loc) · 2.62 KB
/
NAMESPACE
File metadata and controls
97 lines (96 loc) · 2.62 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
# Generated by roxygen2: do not edit by hand
export(Application)
export(ApplicationModule)
export(GpsSampler)
export(create_buffer_tiles)
export(create_buffers)
export(create_earth_project)
export(crop_buildings)
export(email_points)
export(export_points)
export(extract_metadata)
export(fetch_community_roads)
export(fetch_osm_buildings)
export(filter_buildings)
export(find_start_points)
export(leaflet_communities)
export(map_all_communities)
export(map_community)
export(map_cropped_buildings)
export(map_overview)
export(plot_buffer_distribution)
export(sample_communities)
export(sampler)
export(split_batches)
export(zip_points)
importFrom(shiny,HTML)
importFrom(shiny,NS)
importFrom(shiny,absolutePanel)
importFrom(shiny,actionButton)
importFrom(shiny,addResourcePath)
importFrom(shiny,bootstrapPage)
importFrom(shiny,br)
importFrom(shiny,callModule)
importFrom(shiny,column)
importFrom(shiny,div)
importFrom(shiny,downloadButton)
importFrom(shiny,downloadHandler)
importFrom(shiny,fillCol)
importFrom(shiny,fillPage)
importFrom(shiny,fillRow)
importFrom(shiny,fluidPage)
importFrom(shiny,fluidRow)
importFrom(shiny,getDefaultReactiveDomain)
importFrom(shiny,h3)
importFrom(shiny,h6)
importFrom(shiny,hideTab)
importFrom(shiny,img)
importFrom(shiny,includeScript)
importFrom(shiny,insertUI)
importFrom(shiny,invalidateLater)
importFrom(shiny,isolate)
importFrom(shiny,mainPanel)
importFrom(shiny,modalButton)
importFrom(shiny,moduleServer)
importFrom(shiny,navbarMenu)
importFrom(shiny,navbarPage)
importFrom(shiny,observe)
importFrom(shiny,observeEvent)
importFrom(shiny,onBookmark)
importFrom(shiny,onFlushed)
importFrom(shiny,onRestore)
importFrom(shiny,p)
importFrom(shiny,parseQueryString)
importFrom(shiny,plotOutput)
importFrom(shiny,radioButtons)
importFrom(shiny,reactiveVal)
importFrom(shiny,reactiveValues)
importFrom(shiny,removeModal)
importFrom(shiny,renderPlot)
importFrom(shiny,renderPrint)
importFrom(shiny,renderTable)
importFrom(shiny,renderText)
importFrom(shiny,renderUI)
importFrom(shiny,restoreInput)
importFrom(shiny,runApp)
importFrom(shiny,selectizeInput)
importFrom(shiny,setBookmarkExclude)
importFrom(shiny,shinyApp)
importFrom(shiny,showModal)
importFrom(shiny,sidebarLayout)
importFrom(shiny,sidebarPanel)
importFrom(shiny,singleton)
importFrom(shiny,sliderInput)
importFrom(shiny,span)
importFrom(shiny,stopApp)
importFrom(shiny,tabPanel)
importFrom(shiny,tabsetPanel)
importFrom(shiny,tagList)
importFrom(shiny,tags)
importFrom(shiny,textAreaInput)
importFrom(shiny,titlePanel)
importFrom(shiny,uiOutput)
importFrom(shiny,updateQueryString)
importFrom(shiny,updateTabsetPanel)
importFrom(shiny,verbatimTextOutput)
importFrom(shiny,withProgress)