-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathNAMESPACE
210 lines (209 loc) · 6.18 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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
# Generated by roxygen2: do not edit by hand
export(create_column_server)
export(create_column_ui)
export(cut_variable_server)
export(cut_variable_ui)
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_allowed_operations)
export(list_pkg_data)
export(modal_create_column)
export(modal_cut_variable)
export(modal_update_factor)
export(sample_server)
export(sample_ui)
export(select_group_server)
export(select_group_ui)
export(set_i18n)
export(show_data)
export(update_factor_server)
export(update_factor_ui)
export(update_variables_server)
export(update_variables_ui)
export(validation_server)
export(validation_ui)
export(winbox_create_column)
export(winbox_cut_variable)
export(winbox_update_factor)
importFrom(bslib,bs_current_theme)
importFrom(bslib,bs_get_variables)
importFrom(bslib,is_bs_theme)
importFrom(classInt,classIntervals)
importFrom(data.table,":=")
importFrom(data.table,.N)
importFrom(data.table,.SD)
importFrom(data.table,as.data.table)
importFrom(data.table,copy)
importFrom(data.table,data.table)
importFrom(data.table,fread)
importFrom(data.table,setattr)
importFrom(data.table,setnames)
importFrom(data.table,setorderv)
importFrom(data.table,uniqueN)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,hist)
importFrom(graphics,par)
importFrom(graphics,plot.new)
importFrom(graphics,plot.window)
importFrom(htmltools,HTML)
importFrom(htmltools,css)
importFrom(htmltools,div)
importFrom(htmltools,doRenderTags)
importFrom(htmltools,htmlDependency)
importFrom(htmltools,singleton)
importFrom(htmltools,tagAppendAttributes)
importFrom(htmltools,tagAppendChild)
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,call2)
importFrom(rlang,enquo)
importFrom(rlang,eval_tidy)
importFrom(rlang,exec)
importFrom(rlang,expr)
importFrom(rlang,fn_fmls_names)
importFrom(rlang,is_double)
importFrom(rlang,is_function)
importFrom(rlang,is_list)
importFrom(rlang,is_named)
importFrom(rlang,is_null)
importFrom(rlang,is_vector)
importFrom(rlang,parse_expr)
importFrom(rlang,set_names)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(shiny,NS)
importFrom(shiny,actionButton)
importFrom(shiny,actionLink)
importFrom(shiny,addResourcePath)
importFrom(shiny,bindEvent)
importFrom(shiny,checkboxInput)
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,plotOutput)
importFrom(shiny,reactive)
importFrom(shiny,reactiveVal)
importFrom(shiny,reactiveValues)
importFrom(shiny,reactiveValuesToList)
importFrom(shiny,removeModal)
importFrom(shiny,removeUI)
importFrom(shiny,renderPlot)
importFrom(shiny,renderUI)
importFrom(shiny,req)
importFrom(shiny,selectizeInput)
importFrom(shiny,showModal)
importFrom(shiny,singleton)
importFrom(shiny,sliderInput)
importFrom(shiny,tabPanel)
importFrom(shiny,tabPanelBody)
importFrom(shiny,tabsetPanel)
importFrom(shiny,tagList)
importFrom(shiny,tags)
importFrom(shiny,textAreaInput)
importFrom(shiny,textInput)
importFrom(shiny,uiOutput)
importFrom(shiny,updateActionButton)
importFrom(shiny,updateSliderInput)
importFrom(shiny,updateTabsetPanel)
importFrom(shiny,updateTextAreaInput)
importFrom(shiny,validate)
importFrom(shinyWidgets,WinBox)
importFrom(shinyWidgets,airDatepickerInput)
importFrom(shinyWidgets,alert)
importFrom(shinyWidgets,dropMenu)
importFrom(shinyWidgets,html_dependency_pretty)
importFrom(shinyWidgets,noUiSliderInput)
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(shinyWidgets,wbControls)
importFrom(shinyWidgets,wbOptions)
importFrom(shinybusy,notify_failure)
importFrom(shinybusy,notify_info)
importFrom(shinybusy,notify_success)
importFrom(shinybusy,notify_warning)
importFrom(stats,setNames)
importFrom(tibble,as_tibble)
importFrom(toastui,datagrid)
importFrom(toastui,datagridOutput)
importFrom(toastui,datagridOutput2)
importFrom(toastui,grid_colorbar)
importFrom(toastui,grid_columns)
importFrom(toastui,grid_editor)
importFrom(toastui,grid_editor_opts)
importFrom(toastui,grid_format)
importFrom(toastui,grid_selection_row)
importFrom(toastui,grid_style_column)
importFrom(toastui,renderDatagrid)
importFrom(toastui,renderDatagrid2)
importFrom(tools,file_ext)
importFrom(utils,data)
importFrom(utils,getFromNamespace)
importFrom(utils,hasName)
importFrom(utils,head)
importFrom(utils,modifyList)
importFrom(utils,packageName)
importFrom(utils,packageVersion)
importFrom(utils,type.convert)
importFrom(utils,write.csv)
importFrom(writexl,write_xlsx)