-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
37 lines (36 loc) · 970 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(binarize)
export(impute)
export(mod_binarizeModule_server)
export(mod_binarizeModule_ui)
export(mod_createModule_server)
export(mod_createModule_ui)
export(mod_etcModule_server)
export(mod_etcModule_ui)
export(mod_exportModule_server)
export(mod_exportModule_ui)
export(mod_gsubModule_server)
export(mod_gsubModule_ui)
export(mod_logModule_server)
export(mod_logModule_ui)
export(mod_reorderModule_server)
export(mod_reorderModule_ui)
export(mod_replaceModule_server)
export(mod_replaceModule_ui)
export(mod_roundModule_server)
export(mod_roundModule_ui)
export(mod_splitModule_server)
export(mod_splitModule_ui)
export(reorder)
export(split)
export(subset)
export(trans)
import(magrittr)
import(shiny)
importFrom(RSQLite,dbConnect)
importFrom(RSQLite,dbDisconnect)
importFrom(RSQLite,dbDriver)
importFrom(RSQLite,dbWriteTable)
importFrom(sortable,rank_list)
importFrom(tidyr,separate)
importFrom(writexl,write_xlsx)