-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathNAMESPACE
47 lines (46 loc) · 1.32 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
# Generated by roxygen2: do not edit by hand
export(editor_options)
export(get_db_infos)
export(renderSqlquery)
export(sq_proxy_clipboard)
export(sq_proxy_setvalue)
export(sql_query)
export(sql_query_app)
export(sqlqueryOutput)
importFrom(DBI,dbFetch)
importFrom(DBI,dbListFields)
importFrom(DBI,dbListTables)
importFrom(DBI,dbSendQuery)
importFrom(htmltools,htmlDependency)
importFrom(htmltools,validateCssUnit)
importFrom(htmlwidgets,createWidget)
importFrom(htmlwidgets,shinyRenderWidget)
importFrom(htmlwidgets,shinyWidgetOutput)
importFrom(miniUI,miniContentPanel)
importFrom(miniUI,miniPage)
importFrom(rstudioapi,getActiveDocumentContext)
importFrom(rstudioapi,insertText)
importFrom(shiny,HTML)
importFrom(shiny,actionLink)
importFrom(shiny,addResourcePath)
importFrom(shiny,browserViewer)
importFrom(shiny,dialogViewer)
importFrom(shiny,fillCol)
importFrom(shiny,fillPage)
importFrom(shiny,fillRow)
importFrom(shiny,icon)
importFrom(shiny,insertUI)
importFrom(shiny,modalButton)
importFrom(shiny,modalDialog)
importFrom(shiny,observeEvent)
importFrom(shiny,paneViewer)
importFrom(shiny,removeUI)
importFrom(shiny,renderTable)
importFrom(shiny,runGadget)
importFrom(shiny,showModal)
importFrom(shiny,tagList)
importFrom(shiny,tags)
importFrom(shinyWidgets,panel)
importFrom(stats,setNames)
importFrom(utils,View)
importFrom(utils,modifyList)