-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
44 lines (43 loc) · 1.05 KB
/
NAMESPACE
File metadata and controls
44 lines (43 loc) · 1.05 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
# Generated by roxygen2: do not edit by hand
export(codeOutput)
export(downloadTable)
export(downloadTableUI)
export(evalCode)
export(funCode)
export(ggDownload)
export(ggDownloadUI)
export(ggdownload_popup_server)
export(ggdownload_popup_ui)
export(libData)
export(libDataUI)
export(readData)
export(readDataUI)
export(renderCode)
export(selectedVar)
export(variableView)
export(variableViewUI)
export(widgetDownload)
export(widgetDownloadUI)
import(shiny)
importFrom(DT,DTOutput)
importFrom(DT,datatable)
importFrom(DT,renderDT)
importFrom(data.table,":=")
importFrom(data.table,.N)
importFrom(data.table,.SD)
importFrom(data.table,CJ)
importFrom(data.table,as.data.table)
importFrom(data.table,key)
importFrom(data.table,melt)
importFrom(data.table,setkeyv)
importFrom(data.table,setnames)
importFrom(dplyr,"%>%")
importFrom(ggplot2,ggsave)
importFrom(grDevices,dev.off)
importFrom(graphics,hist)
importFrom(graphics,plot)
importFrom(htmlwidgets,JS)
importFrom(shinyWidgets,pickerInput)
importFrom(shinyjs,runjs)
importFrom(shinyjs,useShinyjs)
importFrom(utils,write.table)