forked from dreamRs/datamods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
154 lines (153 loc) · 4.5 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
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
# Generated by roxygen2: do not edit by hand
export(edit_data_server)
export(edit_data_ui)
export(filter_data_server)
export(filter_data_ui)
export(get_data_packages)
export(i18n)
export(i18n_translations)
export(import_copypaste_server)
export(import_copypaste_ui)
export(import_file_server)
export(import_file_ui)
export(import_globalenv_server)
export(import_globalenv_ui)
export(import_googlesheets_server)
export(import_googlesheets_ui)
export(import_modal)
export(import_server)
export(import_ui)
export(import_url_server)
export(import_url_ui)
export(list_pkg_data)
export(sample_server)
export(sample_ui)
export(select_group_server)
export(select_group_ui)
export(set_i18n)
export(show_data)
export(update_variables_server)
export(update_variables_ui)
export(validation_server)
export(validation_ui)
importFrom(data.table,":=")
importFrom(data.table,.N)
importFrom(data.table,.SD)
importFrom(data.table,as.data.table)
importFrom(data.table,copy)
importFrom(data.table,fread)
importFrom(data.table,setnames)
importFrom(data.table,uniqueN)
importFrom(htmltools,HTML)
importFrom(htmltools,css)
importFrom(htmltools,div)
importFrom(htmltools,doRenderTags)
importFrom(htmltools,htmlDependency)
importFrom(htmltools,singleton)
importFrom(htmltools,tagAppendAttributes)
importFrom(htmltools,tagList)
importFrom(htmltools,tags)
importFrom(htmltools,validateCssUnit)
importFrom(phosphoricons,ph)
importFrom(reactable,colDef)
importFrom(reactable,getReactableState)
importFrom(reactable,reactable)
importFrom(reactable,reactableOutput)
importFrom(reactable,renderReactable)
importFrom(reactable,updateReactable)
importFrom(readxl,excel_sheets)
importFrom(rio,import)
importFrom(rlang,"%||%")
importFrom(rlang,as_function)
importFrom(rlang,as_label)
importFrom(rlang,enquo)
importFrom(rlang,eval_tidy)
importFrom(rlang,exec)
importFrom(rlang,expr)
importFrom(rlang,fn_fmls_names)
importFrom(rlang,is_function)
importFrom(rlang,is_named)
importFrom(rlang,sym)
importFrom(shiny,NS)
importFrom(shiny,actionButton)
importFrom(shiny,actionLink)
importFrom(shiny,addResourcePath)
importFrom(shiny,column)
importFrom(shiny,conditionalPanel)
importFrom(shiny,dateRangeInput)
importFrom(shiny,downloadButton)
importFrom(shiny,downloadHandler)
importFrom(shiny,eventReactive)
importFrom(shiny,fileInput)
importFrom(shiny,fluidRow)
importFrom(shiny,getDefaultReactiveDomain)
importFrom(shiny,hideTab)
importFrom(shiny,icon)
importFrom(shiny,insertUI)
importFrom(shiny,is.reactive)
importFrom(shiny,isTruthy)
importFrom(shiny,isolate)
importFrom(shiny,modalDialog)
importFrom(shiny,moduleServer)
importFrom(shiny,need)
importFrom(shiny,numericInput)
importFrom(shiny,observe)
importFrom(shiny,observeEvent)
importFrom(shiny,outputOptions)
importFrom(shiny,reactive)
importFrom(shiny,reactiveValues)
importFrom(shiny,reactiveValuesToList)
importFrom(shiny,removeModal)
importFrom(shiny,removeUI)
importFrom(shiny,renderTable)
importFrom(shiny,renderUI)
importFrom(shiny,req)
importFrom(shiny,selectInput)
importFrom(shiny,selectizeInput)
importFrom(shiny,showModal)
importFrom(shiny,singleton)
importFrom(shiny,sliderInput)
importFrom(shiny,tabPanel)
importFrom(shiny,tabPanelBody)
importFrom(shiny,tableOutput)
importFrom(shiny,tabsetPanel)
importFrom(shiny,tags)
importFrom(shiny,textAreaInput)
importFrom(shiny,textInput)
importFrom(shiny,uiOutput)
importFrom(shiny,updateActionButton)
importFrom(shiny,updateSliderInput)
importFrom(shiny,updateTabsetPanel)
importFrom(shiny,validate)
importFrom(shinyWidgets,airDatepickerInput)
importFrom(shinyWidgets,alert)
importFrom(shinyWidgets,dropMenu)
importFrom(shinyWidgets,html_dependency_pretty)
importFrom(shinyWidgets,numericInputIcon)
importFrom(shinyWidgets,numericRangeInput)
importFrom(shinyWidgets,pickerInput)
importFrom(shinyWidgets,pickerOptions)
importFrom(shinyWidgets,prettyCheckbox)
importFrom(shinyWidgets,prettySwitch)
importFrom(shinyWidgets,radioGroupButtons)
importFrom(shinyWidgets,show_alert)
importFrom(shinyWidgets,textInputIcon)
importFrom(shinyWidgets,updatePickerInput)
importFrom(shinyWidgets,updateVirtualSelect)
importFrom(shinyWidgets,virtualSelectInput)
importFrom(shinybusy,notify_failure)
importFrom(shinybusy,notify_info)
importFrom(shinybusy,notify_success)
importFrom(shinybusy,notify_warning)
importFrom(stats,setNames)
importFrom(tibble,as_tibble)
importFrom(tools,file_ext)
importFrom(utils,data)
importFrom(utils,getFromNamespace)
importFrom(utils,head)
importFrom(utils,modifyList)
importFrom(utils,packageName)
importFrom(utils,packageVersion)
importFrom(utils,type.convert)
importFrom(utils,write.csv)
importFrom(writexl,write_xlsx)